Html Css Color HEX #D275EA Heliotrope

📋 copy color: '#D275EA'

red 210 ◦ green 117 ◦ blue 234

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

Shades of Heliotrope #D275EA

Tints of Heliotrope #D275EA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.86%

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 37.43%
G = 20.86%
B = 41.71%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D275EA (or 0xD275EA) is known color: Heliotrope. HEX triplet: D2, 75 and EA. RGB value is (210,117,234). Sum of RGB (Red+Green+Blue) = 210+117+234=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #D275EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275EA is #2D8A15. Grayscale: #9D9D9D. Windows color (decimal): -2984470 or 15365586. OLE color: 15365586.

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

Color convert

RGB 210 117 234 -
CMYK 0.10 0.5 0 0.08
HSL 287.69º 0.74% 0.69% -
HSV(B) 287.69º 0.5% 0.92% -
XYZ 47.79 32.36 81.57 -
YUV 158.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 210 117 234 0.10 0.5 0 0.08 287.69 0.74 0.69
Hex D2 75 EA A 32 0 8 120 4A 45
Octal 322 165 352 12 62 0 10 440 112 105
Binary 11010010 1110101 11101010 1010 110010 0 1000 100100000 1001010 1000101

Color Harmonies of #D275EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D275EA

Black with #D275EA

Text Example


Text Example

White with #D275EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D275EA; }

 p { color: rgb(210,117,234); }

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

background-color css

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

 a { background-color: rgb(210,117,234); }

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

border-color css

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

 span { border-color: rgb(210,117,234); }

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