Html Css Color HEX #D90FFB Psychedelic Purple

📋 copy color: '#D90FFB'

red 217 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #D90FFB

Tints of Psychedelic Purple #D90FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.11%

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

R = 44.93%
G = 3.11%
B = 51.97%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D90FFB (or 0xD90FFB) is known color: Psychedelic Purple. HEX triplet: D9, 0F and FB. RGB value is (217,15,251). Sum of RGB (Red+Green+Blue) = 217+15+251=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #D90FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90FFB is #26F004. Grayscale: #656565. Windows color (decimal): -2551813 or 16453593. OLE color: 16453593.

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

Color convert

RGB 217 15 251 -
CMYK 0.14 0.94 0 0.02
HSL 291.36º 0.97% 0.52% -
HSV(B) 291.36º 0.94% 0.98% -
XYZ 46.2 22.06 93.09 -
YUV 102.3 211.92 209.81 -
System Red Green Blue C M Y K H S L
Decimal 217 15 251 0.14 0.94 0 0.02 291.36 0.97 0.52
Hex D9 F FB E 5E 0 2 123 61 34
Octal 331 17 373 16 136 0 2 443 141 64
Binary 11011001 1111 11111011 1110 1011110 0 10 100100011 1100001 110100

Color Harmonies of #D90FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FFB

Black with #D90FFB

Text Example


Text Example

White with #D90FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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