Html Css Color HEX #D274EF Heliotrope

📋 copy color: '#D274EF'

red 210 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #D274EF

Tints of Heliotrope #D274EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 37.17%
G = 20.53%
B = 42.3%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D274EF (or 0xD274EF) is known color: Heliotrope. HEX triplet: D2, 74 and EF. RGB value is (210,116,239). Sum of RGB (Red+Green+Blue) = 210+116+239=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #D274EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274EF is #2D8B10. Grayscale: #9D9D9D. Windows color (decimal): -2984721 or 15693010. OLE color: 15693010.

HSL color Cylindrical-coordinate representation of color #D274EF: hue angle of 285.85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D274EF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 116 239 -
CMYK 0.12 0.51 0 0.06
HSL 285.85º 0.79% 0.7% -
HSV(B) 285.85º 0.51% 0.94% -
XYZ 48.4 32.42 85.37 -
YUV 158.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 210 116 239 0.12 0.51 0 0.06 285.85 0.79 0.7
Hex D2 74 EF C 33 0 6 11E 4F 46
Octal 322 164 357 14 63 0 6 436 117 106
Binary 11010010 1110100 11101111 1100 110011 0 110 100011110 1001111 1000110

Color Harmonies of #D274EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274EF

Black with #D274EF

Text Example


Text Example

White with #D274EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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