Html Css Color HEX #D24EFD Heliotrope

📋 copy color: '#D24EFD'

red 210 ◦ green 78 ◦ blue 253

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

Shades of Heliotrope #D24EFD

Tints of Heliotrope #D24EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.42%

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 38.82%
G = 14.42%
B = 46.77%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D24EFD (or 0xD24EFD) is known color: Heliotrope. HEX triplet: D2, 4E and FD. RGB value is (210,78,253). Sum of RGB (Red+Green+Blue) = 210+78+253=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #D24EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24EFD is #2DB102. Grayscale: #888888. Windows color (decimal): -2994435 or 16600786. OLE color: 16600786.

HSL color Cylindrical-coordinate representation of color #D24EFD: hue angle of 285.26º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24EFD is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 78 253 -
CMYK 0.17 0.69 0 0.01
HSL 285.26º 0.98% 0.65% -
HSV(B) 285.26º 0.69% 0.99% -
XYZ 47.03 26.24 95.51 -
YUV 137.42 193.23 179.77 -
System Red Green Blue C M Y K H S L
Decimal 210 78 253 0.17 0.69 0 0.01 285.26 0.98 0.65
Hex D2 4E FD 11 45 0 1 11D 62 41
Octal 322 116 375 21 105 0 1 435 142 101
Binary 11010010 1001110 11111101 10001 1000101 0 1 100011101 1100010 1000001

Color Harmonies of #D24EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EFD

Black with #D24EFD

Text Example


Text Example

White with #D24EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EFD; }

 p { color: rgb(210,78,253); }

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

background-color css

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

 a { background-color: rgb(210,78,253); }

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

border-color css

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

 span { border-color: rgb(210,78,253); }

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