Html Css Color HEX #D90DFD Psychedelic Purple

📋 copy color: '#D90DFD'

red 217 ◦ green 13 ◦ blue 253

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

Shades of Psychedelic Purple #D90DFD

Tints of Psychedelic Purple #D90DFD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.69%

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 44.93%
G = 2.69%
B = 52.38%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D90DFD (or 0xD90DFD) is known color: Psychedelic Purple. HEX triplet: D9, 0D and FD. RGB value is (217,13,253). Sum of RGB (Red+Green+Blue) = 217+13+253=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 13 (5.47% from 255 or 2.69% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #D90DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DFD is #26F202. Grayscale: #646464. Windows color (decimal): -2552323 or 16584153. OLE color: 16584153.

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

Color convert

RGB 217 13 253 -
CMYK 0.14 0.95 0 0.01
HSL 291º 0.98% 0.52% -
HSV(B) 291º 0.95% 0.99% -
XYZ 46.49 22.13 94.75 -
YUV 101.36 213.59 210.49 -
System Red Green Blue C M Y K H S L
Decimal 217 13 253 0.14 0.95 0 0.01 291 0.98 0.52
Hex D9 D FD E 5F 0 1 123 62 34
Octal 331 15 375 16 137 0 1 443 142 64
Binary 11011001 1101 11111101 1110 1011111 0 1 100100011 1100010 110100

Color Harmonies of #D90DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DFD

Black with #D90DFD

Text Example


Text Example

White with #D90DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DFD; }

 p { color: rgb(217,13,253); }

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

background-color css

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

 a { background-color: rgb(217,13,253); }

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

border-color css

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

 span { border-color: rgb(217,13,253); }

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