Html Css Color HEX #D812F2 Psychedelic Purple

📋 copy color: '#D812F2'

red 216 ◦ green 18 ◦ blue 242

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

Shades of Psychedelic Purple #D812F2

Tints of Psychedelic Purple #D812F2

RGB

 RED value IS 216 (84.77% from 255) = 45.38%

 GREEN value IS 18 (7.42% from 255) = 3.78%

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

R = 45.38%
G = 3.78%
B = 50.84%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D812F2 (or 0xD812F2) is known color: Psychedelic Purple. HEX triplet: D8, 12 and F2. RGB value is (216,18,242). Sum of RGB (Red+Green+Blue) = 216+18+242=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #D812F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812F2 is #27ED0D. Grayscale: #666666. Windows color (decimal): -2616590 or 15864536. OLE color: 15864536.

HSL color Cylindrical-coordinate representation of color #D812F2: hue angle of 293.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D812F2 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 18 242 -
CMYK 0.11 0.93 0 0.05
HSL 293.04º 0.9% 0.51% -
HSV(B) 293.04º 0.93% 0.95% -
XYZ 44.56 21.44 85.79 -
YUV 102.74 206.6 208.79 -
System Red Green Blue C M Y K H S L
Decimal 216 18 242 0.11 0.93 0 0.05 293.04 0.9 0.51
Hex D8 12 F2 B 5D 0 5 125 5A 33
Octal 330 22 362 13 135 0 5 445 132 63
Binary 11011000 10010 11110010 1011 1011101 0 101 100100101 1011010 110011

Color Harmonies of #D812F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812F2

Black with #D812F2

Text Example


Text Example

White with #D812F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812F2; }

 p { color: rgb(216,18,242); }

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

background-color css

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

 a { background-color: rgb(216,18,242); }

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

border-color css

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

 span { border-color: rgb(216,18,242); }

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