Html Css Color HEX #D20DF0 Psychedelic Purple

📋 copy color: '#D20DF0'

red 210 ◦ green 13 ◦ blue 240

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

Shades of Psychedelic Purple #D20DF0

Tints of Psychedelic Purple #D20DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.84%

R = 45.36%
G = 2.81%
B = 51.84%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D20DF0 (or 0xD20DF0) is known color: Psychedelic Purple. HEX triplet: D2, 0D and F0. RGB value is (210,13,240). Sum of RGB (Red+Green+Blue) = 210+13+240=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #D20DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DF0 is #2DF20F. Grayscale: #616161. Windows color (decimal): -3011088 or 15732178. OLE color: 15732178.

HSL color Cylindrical-coordinate representation of color #D20DF0: hue angle of 292.07º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20DF0 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 13 240 -
CMYK 0.12 0.95 0 0.06
HSL 292.07º 0.9% 0.5% -
HSV(B) 292.07º 0.95% 0.94% -
XYZ 42.45 20.28 84.12 -
YUV 97.78 208.27 208.04 -
System Red Green Blue C M Y K H S L
Decimal 210 13 240 0.12 0.95 0 0.06 292.07 0.9 0.5
Hex D2 D F0 C 5F 0 6 124 5A 32
Octal 322 15 360 14 137 0 6 444 132 62
Binary 11010010 1101 11110000 1100 1011111 0 110 100100100 1011010 110010

Color Harmonies of #D20DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20DF0

Black with #D20DF0

Text Example


Text Example

White with #D20DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20DF0; }

 p { color: rgb(210,13,240); }

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

background-color css

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

 a { background-color: rgb(210,13,240); }

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

border-color css

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

 span { border-color: rgb(210,13,240); }

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