Html Css Color HEX #D20EFD Psychedelic Purple

📋 copy color: '#D20EFD'

red 210 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #D20EFD

Tints of Psychedelic Purple #D20EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.94%

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

R = 44.03%
G = 2.94%
B = 53.04%

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

#D20EFD (or 0xD20EFD) is known color: Psychedelic Purple. HEX triplet: D2, 0E and FD. RGB value is (210,14,253). Sum of RGB (Red+Green+Blue) = 210+14+253=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #D20EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20EFD is #2DF102. Grayscale: #636363. Windows color (decimal): -3010819 or 16584402. OLE color: 16584402.

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

Color convert

RGB 210 14 253 -
CMYK 0.17 0.94 0 0.01
HSL 289.21º 0.98% 0.52% -
HSV(B) 289.21º 0.94% 0.99% -
XYZ 44.47 21.11 94.66 -
YUV 99.85 214.43 206.57 -
System Red Green Blue C M Y K H S L
Decimal 210 14 253 0.17 0.94 0 0.01 289.21 0.98 0.52
Hex D2 E FD 11 5E 0 1 121 62 34
Octal 322 16 375 21 136 0 1 441 142 64
Binary 11010010 1110 11111101 10001 1011110 0 1 100100001 1100010 110100

Color Harmonies of #D20EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EFD

Black with #D20EFD

Text Example


Text Example

White with #D20EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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