Html Css Color HEX #D275EF Heliotrope

📋 copy color: '#D275EF'

red 210 ◦ green 117 ◦ blue 239

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

Shades of Heliotrope #D275EF

Tints of Heliotrope #D275EF

RGB

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

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

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

R = 37.1%
G = 20.67%
B = 42.23%

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

#D275EF (or 0xD275EF) is known color: Heliotrope. HEX triplet: D2, 75 and EF. RGB value is (210,117,239). Sum of RGB (Red+Green+Blue) = 210+117+239=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #D275EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275EF is #2D8A10. Grayscale: #9E9E9E. Windows color (decimal): -2984465 or 15693266. OLE color: 15693266.

HSL color Cylindrical-coordinate representation of color #D275EF: hue angle of 285.74º 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 #D275EF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 117 239 -
CMYK 0.12 0.51 0 0.06
HSL 285.74º 0.79% 0.7% -
HSV(B) 285.74º 0.51% 0.94% -
XYZ 48.52 32.66 85.41 -
YUV 158.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 210 117 239 0.12 0.51 0 0.06 285.74 0.79 0.7
Hex D2 75 EF C 33 0 6 11E 4F 46
Octal 322 165 357 14 63 0 6 436 117 106
Binary 11010010 1110101 11101111 1100 110011 0 110 100011110 1001111 1000110

Color Harmonies of #D275EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D275EF

Black with #D275EF

Text Example


Text Example

White with #D275EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D275EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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