Html Css Color HEX #D274EB Heliotrope

📋 copy color: '#D274EB'

red 210 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #D274EB

Tints of Heliotrope #D274EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 37.43%
G = 20.68%
B = 41.89%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D274EB (or 0xD274EB) is known color: Heliotrope. HEX triplet: D2, 74 and EB. RGB value is (210,116,235). Sum of RGB (Red+Green+Blue) = 210+116+235=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #D274EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274EB is #2D8B14. Grayscale: #9D9D9D. Windows color (decimal): -2984725 or 15430866. OLE color: 15430866.

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

Color convert

RGB 210 116 235 -
CMYK 0.11 0.51 0 0.08
HSL 287.4º 0.75% 0.69% -
HSV(B) 287.4º 0.51% 0.92% -
XYZ 47.82 32.19 82.29 -
YUV 157.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 210 116 235 0.11 0.51 0 0.08 287.4 0.75 0.69
Hex D2 74 EB B 33 0 8 11F 4B 45
Octal 322 164 353 13 63 0 10 437 113 105
Binary 11010010 1110100 11101011 1011 110011 0 1000 100011111 1001011 1000101

Color Harmonies of #D274EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274EB

Black with #D274EB

Text Example


Text Example

White with #D274EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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