Html Css Color HEX #D45FED Heliotrope

📋 copy color: '#D45FED'

red 212 ◦ green 95 ◦ blue 237

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

Shades of Heliotrope #D45FED

Tints of Heliotrope #D45FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 38.97%
G = 17.46%
B = 43.57%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D45FED (or 0xD45FED) is known color: Heliotrope. HEX triplet: D4, 5F and ED. RGB value is (212,95,237). Sum of RGB (Red+Green+Blue) = 212+95+237=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #D45FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45FED is #2BA012. Grayscale: #919191. Windows color (decimal): -2859027 or 15556564. OLE color: 15556564.

HSL color Cylindrical-coordinate representation of color #D45FED: hue angle of 289.44º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45FED is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 95 237 -
CMYK 0.11 0.60 0 0.07
HSL 289.44º 0.8% 0.65% -
HSV(B) 289.44º 0.6% 0.93% -
XYZ 46.53 28.3 83.13 -
YUV 146.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 212 95 237 0.11 0.60 0 0.07 289.44 0.8 0.65
Hex D4 5F ED B 3C 0 7 121 50 41
Octal 324 137 355 13 74 0 7 441 120 101
Binary 11010100 1011111 11101101 1011 111100 0 111 100100001 1010000 1000001

Color Harmonies of #D45FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45FED

Black with #D45FED

Text Example


Text Example

White with #D45FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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