Html Css Color HEX #D230F2 Psychedelic Purple

📋 copy color: '#D230F2'

red 210 ◦ green 48 ◦ blue 242

#D230F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D230F2

Tints of Psychedelic Purple #D230F2

RGB

 RED value IS 210 (82.42% from 255) = 42%

 GREEN value IS 48 (19.14% from 255) = 9.6%

 BLUE value IS 242 (94.92% from 255) = 48.4%

R = 42%
G = 9.6%
B = 48.4%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D230F2 (or 0xD230F2) is known color: Psychedelic Purple. HEX triplet: D2, 30 and F2. RGB value is (210,48,242). Sum of RGB (Red+Green+Blue) = 210+48+242=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 48 (19.14% from 255 or 9.6% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #D230F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D230F2 is #2DCF0D. Grayscale: #757575. Windows color (decimal): -3002126 or 15872210. OLE color: 15872210.

HSL color Cylindrical-coordinate representation of color #D230F2: hue angle of 290.1º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D230F2 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 48 242 -
CMYK 0.13 0.80 0 0.05
HSL 290.1º 0.88% 0.57% -
HSV(B) 290.1º 0.8% 0.95% -
XYZ 43.66 22.23 85.99 -
YUV 118.55 197.67 193.23 -
System Red Green Blue C M Y K H S L
Decimal 210 48 242 0.13 0.80 0 0.05 290.1 0.88 0.57
Hex D2 30 F2 D 50 0 5 122 58 39
Octal 322 60 362 15 120 0 5 442 130 71
Binary 11010010 110000 11110010 1101 1010000 0 101 100100010 1011000 111001

Color Harmonies of #D230F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230F2

Black with #D230F2

Text Example


Text Example

White with #D230F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230F2; }

 p { color: rgb(210,48,242); }

 H1.HeaderClassName
 {
   color: #D230F2;
 }
 .AnyTagClassName
 {
   color: #D230F2;
 }
</style>

background-color css

<style>
 a { background-color: #D230F2; }

 a { background-color: rgb(210,48,242); }

 div.DivClassName
 {
   background-color: #D230F2;
 }
 .BgClassName
 {
   background-color: #D230F2;
 }
</style>

border-color css

<style>
 span { border-color: #D230F2; }

 span { border-color: rgb(210,48,242); }

 td.TdClassName
 {
   border-color: #D230F2;
 }
 .TagClassName
 {
   border-color: #D230F2;
 }
</style>