Html Css Color HEX #D20FFD Psychedelic Purple

📋 copy color: '#D20FFD'

red 210 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #D20FFD

Tints of Psychedelic Purple #D20FFD

RGB

 RED value IS 210 (82.42% from 255) = 43.93%

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

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

R = 43.93%
G = 3.14%
B = 52.93%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D20FFD (or 0xD20FFD) is known color: Psychedelic Purple. HEX triplet: D2, 0F and FD. RGB value is (210,15,253). Sum of RGB (Red+Green+Blue) = 210+15+253=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #D20FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FFD is #2DF002. Grayscale: #636363. Windows color (decimal): -3010563 or 16584658. OLE color: 16584658.

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

Color convert

RGB 210 15 253 -
CMYK 0.17 0.94 0 0.01
HSL 289.16º 0.98% 0.53% -
HSV(B) 289.16º 0.94% 0.99% -
XYZ 44.48 21.14 94.66 -
YUV 100.44 214.1 206.15 -
System Red Green Blue C M Y K H S L
Decimal 210 15 253 0.17 0.94 0 0.01 289.16 0.98 0.53
Hex D2 F FD 11 5E 0 1 121 62 35
Octal 322 17 375 21 136 0 1 441 142 65
Binary 11010010 1111 11111101 10001 1011110 0 1 100100001 1100010 110101

Color Harmonies of #D20FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FFD

Black with #D20FFD

Text Example


Text Example

White with #D20FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FFD; }

 p { color: rgb(210,15,253); }

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

background-color css

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

 a { background-color: rgb(210,15,253); }

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

border-color css

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

 span { border-color: rgb(210,15,253); }

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