Html Css Color HEX #D90CFB Psychedelic Purple

📋 copy color: '#D90CFB'

red 217 ◦ green 12 ◦ blue 251

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

Shades of Psychedelic Purple #D90CFB

Tints of Psychedelic Purple #D90CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.29%

R = 45.21%
G = 2.5%
B = 52.29%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D90CFB (or 0xD90CFB) is known color: Psychedelic Purple. HEX triplet: D9, 0C and FB. RGB value is (217,12,251). Sum of RGB (Red+Green+Blue) = 217+12+251=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #D90CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90CFB is #26F304. Grayscale: #636363. Windows color (decimal): -2552581 or 16452825. OLE color: 16452825.

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

Color convert

RGB 217 12 251 -
CMYK 0.14 0.95 0 0.02
HSL 291.46º 0.97% 0.52% -
HSV(B) 291.46º 0.95% 0.98% -
XYZ 46.16 21.98 93.08 -
YUV 100.54 212.92 211.07 -
System Red Green Blue C M Y K H S L
Decimal 217 12 251 0.14 0.95 0 0.02 291.46 0.97 0.52
Hex D9 C FB E 5F 0 2 123 61 34
Octal 331 14 373 16 137 0 2 443 141 64
Binary 11011001 1100 11111011 1110 1011111 0 10 100100011 1100001 110100

Color Harmonies of #D90CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CFB

Black with #D90CFB

Text Example


Text Example

White with #D90CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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