Html Css Color HEX #D45DEE Heliotrope

📋 copy color: '#D45DEE'

red 212 ◦ green 93 ◦ blue 238

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

Shades of Heliotrope #D45DEE

Tints of Heliotrope #D45DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.13%

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 39.04%
G = 17.13%
B = 43.83%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D45DEE (or 0xD45DEE) is known color: Heliotrope. HEX triplet: D4, 5D and EE. RGB value is (212,93,238). Sum of RGB (Red+Green+Blue) = 212+93+238=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #D45DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45DEE is #2BA211. Grayscale: #909090. Windows color (decimal): -2859538 or 15621588. OLE color: 15621588.

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

Color convert

RGB 212 93 238 -
CMYK 0.11 0.61 0 0.07
HSL 289.24º 0.81% 0.65% -
HSV(B) 289.24º 0.61% 0.93% -
XYZ 46.5 28 83.84 -
YUV 145.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 212 93 238 0.11 0.61 0 0.07 289.24 0.81 0.65
Hex D4 5D EE B 3D 0 7 121 51 41
Octal 324 135 356 13 75 0 7 441 121 101
Binary 11010100 1011101 11101110 1011 111101 0 111 100100001 1010001 1000001

Color Harmonies of #D45DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45DEE

Black with #D45DEE

Text Example


Text Example

White with #D45DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45DEE; }

 p { color: rgb(212,93,238); }

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

background-color css

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

 a { background-color: rgb(212,93,238); }

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

border-color css

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

 span { border-color: rgb(212,93,238); }

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