Html Css Color HEX #D270E8 Heliotrope

📋 copy color: '#D270E8'

red 210 ◦ green 112 ◦ blue 232

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

Shades of Heliotrope #D270E8

Tints of Heliotrope #D270E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.88%

R = 37.91%
G = 20.22%
B = 41.88%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D270E8 (or 0xD270E8) is known color: Heliotrope. HEX triplet: D2, 70 and E8. RGB value is (210,112,232). Sum of RGB (Red+Green+Blue) = 210+112+232=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #D270E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270E8 is #2D8F17. Grayscale: #9A9A9A. Windows color (decimal): -2985752 or 15233234. OLE color: 15233234.

HSL color Cylindrical-coordinate representation of color #D270E8: hue angle of 289º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D270E8 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 112 232 -
CMYK 0.09 0.52 0 0.09
HSL 289º 0.72% 0.67% -
HSV(B) 289º 0.52% 0.91% -
XYZ 46.94 31.12 79.88 -
YUV 154.98 171.47 167.24 -
System Red Green Blue C M Y K H S L
Decimal 210 112 232 0.09 0.52 0 0.09 289 0.72 0.67
Hex D2 70 E8 9 34 0 9 121 48 43
Octal 322 160 350 11 64 0 11 441 110 103
Binary 11010010 1110000 11101000 1001 110100 0 1001 100100001 1001000 1000011

Color Harmonies of #D270E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270E8

Black with #D270E8

Text Example


Text Example

White with #D270E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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