Html Css Color HEX #D27DED Heliotrope

📋 copy color: '#D27DED'

red 210 ◦ green 125 ◦ blue 237

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

Shades of Heliotrope #D27DED

Tints of Heliotrope #D27DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.85%

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 36.71%
G = 21.85%
B = 41.43%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D27DED (or 0xD27DED) is known color: Heliotrope. HEX triplet: D2, 7D and ED. RGB value is (210,125,237). Sum of RGB (Red+Green+Blue) = 210+125+237=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #D27DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DED is #2D8212. Grayscale: #A2A2A2. Windows color (decimal): -2982419 or 15564242. OLE color: 15564242.

HSL color Cylindrical-coordinate representation of color #D27DED: hue angle of 285.54º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27DED is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 125 237 -
CMYK 0.11 0.47 0 0.07
HSL 285.54º 0.76% 0.71% -
HSV(B) 285.54º 0.47% 0.93% -
XYZ 49.2 34.48 84.18 -
YUV 163.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 210 125 237 0.11 0.47 0 0.07 285.54 0.76 0.71
Hex D2 7D ED B 2F 0 7 11E 4C 47
Octal 322 175 355 13 57 0 7 436 114 107
Binary 11010010 1111101 11101101 1011 101111 0 111 100011110 1001100 1000111

Color Harmonies of #D27DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DED

Black with #D27DED

Text Example


Text Example

White with #D27DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DED; }

 p { color: rgb(210,125,237); }

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

background-color css

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

 a { background-color: rgb(210,125,237); }

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

border-color css

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

 span { border-color: rgb(210,125,237); }

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