Html Css Color HEX #D270ED Heliotrope

📋 copy color: '#D270ED'

red 210 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #D270ED

Tints of Heliotrope #D270ED

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.04%

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

R = 37.57%
G = 20.04%
B = 42.4%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D270ED (or 0xD270ED) is known color: Heliotrope. HEX triplet: D2, 70 and ED. RGB value is (210,112,237). Sum of RGB (Red+Green+Blue) = 210+112+237=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #D270ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270ED is #2D8F12. Grayscale: #9B9B9B. Windows color (decimal): -2985747 or 15560914. OLE color: 15560914.

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

Color convert

RGB 210 112 237 -
CMYK 0.11 0.53 0 0.07
HSL 287.04º 0.78% 0.68% -
HSV(B) 287.04º 0.53% 0.93% -
XYZ 47.66 31.4 83.67 -
YUV 155.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 210 112 237 0.11 0.53 0 0.07 287.04 0.78 0.68
Hex D2 70 ED B 35 0 7 11F 4E 44
Octal 322 160 355 13 65 0 7 437 116 104
Binary 11010010 1110000 11101101 1011 110101 0 111 100011111 1001110 1000100

Color Harmonies of #D270ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270ED

Black with #D270ED

Text Example


Text Example

White with #D270ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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