Html Css Color HEX #D45FEB Heliotrope

📋 copy color: '#D45FEB'

red 212 ◦ green 95 ◦ blue 235

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

Shades of Heliotrope #D45FEB

Tints of Heliotrope #D45FEB

RGB

 RED value IS 212 (83.2% from 255) = 39.11%

 GREEN value IS 95 (37.5% from 255) = 17.53%

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

R = 39.11%
G = 17.53%
B = 43.36%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D45FEB (or 0xD45FEB) is known color: Heliotrope. HEX triplet: D4, 5F and EB. RGB value is (212,95,235). Sum of RGB (Red+Green+Blue) = 212+95+235=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #D45FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45FEB is #2BA014. Grayscale: #919191. Windows color (decimal): -2859029 or 15425492. OLE color: 15425492.

HSL color Cylindrical-coordinate representation of color #D45FEB: hue angle of 290.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45FEB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 95 235 -
CMYK 0.10 0.60 0 0.08
HSL 290.14º 0.78% 0.65% -
HSV(B) 290.14º 0.6% 0.92% -
XYZ 46.24 28.18 81.6 -
YUV 145.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 212 95 235 0.10 0.60 0 0.08 290.14 0.78 0.65
Hex D4 5F EB A 3C 0 8 122 4E 41
Octal 324 137 353 12 74 0 10 442 116 101
Binary 11010100 1011111 11101011 1010 111100 0 1000 100100010 1001110 1000001

Color Harmonies of #D45FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45FEB

Black with #D45FEB

Text Example


Text Example

White with #D45FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45FEB; }

 p { color: rgb(212,95,235); }

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

background-color css

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

 a { background-color: rgb(212,95,235); }

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

border-color css

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

 span { border-color: rgb(212,95,235); }

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