Html Css Color HEX #D27DEA Heliotrope

📋 copy color: '#D27DEA'

red 210 ◦ green 125 ◦ blue 234

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

Shades of Heliotrope #D27DEA

Tints of Heliotrope #D27DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 36.91%
G = 21.97%
B = 41.12%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D27DEA (or 0xD27DEA) is known color: Heliotrope. HEX triplet: D2, 7D and EA. RGB value is (210,125,234). Sum of RGB (Red+Green+Blue) = 210+125+234=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #D27DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DEA is #2D8215. Grayscale: #A2A2A2. Windows color (decimal): -2982422 or 15367634. OLE color: 15367634.

HSL color Cylindrical-coordinate representation of color #D27DEA: hue angle of 286.79º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27DEA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 125 234 -
CMYK 0.10 0.47 0 0.08
HSL 286.79º 0.72% 0.7% -
HSV(B) 286.79º 0.47% 0.92% -
XYZ 48.76 34.31 81.89 -
YUV 162.84 168.16 161.64 -
System Red Green Blue C M Y K H S L
Decimal 210 125 234 0.10 0.47 0 0.08 286.79 0.72 0.7
Hex D2 7D EA A 2F 0 8 11F 48 46
Octal 322 175 352 12 57 0 10 437 110 106
Binary 11010010 1111101 11101010 1010 101111 0 1000 100011111 1001000 1000110

Color Harmonies of #D27DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DEA

Black with #D27DEA

Text Example


Text Example

White with #D27DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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