Html Css Color HEX #D274ED Heliotrope

📋 copy color: '#D274ED'

red 210 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #D274ED

Tints of Heliotrope #D274ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.6%

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

R = 37.3%
G = 20.6%
B = 42.1%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D274ED (or 0xD274ED) is known color: Heliotrope. HEX triplet: D2, 74 and ED. RGB value is (210,116,237). Sum of RGB (Red+Green+Blue) = 210+116+237=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #D274ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274ED is #2D8B12. Grayscale: #9D9D9D. Windows color (decimal): -2984723 or 15561938. OLE color: 15561938.

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

Color convert

RGB 210 116 237 -
CMYK 0.11 0.51 0 0.07
HSL 286.61º 0.77% 0.69% -
HSV(B) 286.61º 0.51% 0.93% -
XYZ 48.11 32.31 83.82 -
YUV 157.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 210 116 237 0.11 0.51 0 0.07 286.61 0.77 0.69
Hex D2 74 ED B 33 0 7 11F 4D 45
Octal 322 164 355 13 63 0 7 437 115 105
Binary 11010010 1110100 11101101 1011 110011 0 111 100011111 1001101 1000101

Color Harmonies of #D274ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274ED

Black with #D274ED

Text Example


Text Example

White with #D274ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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