Html Css Color HEX #D90CF9 Psychedelic Purple

📋 copy color: '#D90CF9'

red 217 ◦ green 12 ◦ blue 249

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

Shades of Psychedelic Purple #D90CF9

Tints of Psychedelic Purple #D90CF9

RGB

 RED value IS 217 (85.16% from 255) = 45.4%

 GREEN value IS 12 (5.08% from 255) = 2.51%

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 45.4%
G = 2.51%
B = 52.09%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D90CF9 (or 0xD90CF9) is known color: Psychedelic Purple. HEX triplet: D9, 0C and F9. RGB value is (217,12,249). Sum of RGB (Red+Green+Blue) = 217+12+249=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #D90CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CF9 is #26F306. Grayscale: #636363. Windows color (decimal): -2552583 or 16321753. OLE color: 16321753.

HSL color Cylindrical-coordinate representation of color #D90CF9: hue angle of 291.9º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90CF9 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 12 249 -
CMYK 0.13 0.95 0 0.02
HSL 291.9º 0.95% 0.51% -
HSV(B) 291.9º 0.95% 0.98% -
XYZ 45.85 21.85 91.42 -
YUV 100.31 211.92 211.23 -
System Red Green Blue C M Y K H S L
Decimal 217 12 249 0.13 0.95 0 0.02 291.9 0.95 0.51
Hex D9 C F9 D 5F 0 2 124 5F 33
Octal 331 14 371 15 137 0 2 444 137 63
Binary 11011001 1100 11111001 1101 1011111 0 10 100100100 1011111 110011

Color Harmonies of #D90CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CF9

Black with #D90CF9

Text Example


Text Example

White with #D90CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CF9; }

 p { color: rgb(217,12,249); }

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

background-color css

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

 a { background-color: rgb(217,12,249); }

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

border-color css

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

 span { border-color: rgb(217,12,249); }

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