Html Css Color HEX #D24DFF Heliotrope

📋 copy color: '#D24DFF'

red 210 ◦ green 77 ◦ blue 255

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

Shades of Heliotrope #D24DFF

Tints of Heliotrope #D24DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.21%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 38.75%
G = 14.21%
B = 47.05%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D24DFF (or 0xD24DFF) is known color: Heliotrope. HEX triplet: D2, 4D and FF. RGB value is (210,77,255). Sum of RGB (Red+Green+Blue) = 210+77+255=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 77 (30.47% from 255 or 14.21% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #D24DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24DFF is #2DB200. Grayscale: #888888. Windows color (decimal): -2994689 or 16731602. OLE color: 16731602.

HSL color Cylindrical-coordinate representation of color #D24DFF: hue angle of 284.83º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24DFF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 210 77 255 -
CMYK 0.18 0.70 0 0
HSL 284.83º 1% 0.65% -
HSV(B) 284.83º 0.7% 1% -
XYZ 47.28 26.23 97.18 -
YUV 137.06 194.56 180.03 -
System Red Green Blue C M Y K H S L
Decimal 210 77 255 0.18 0.70 0 0 284.83 1 0.65
Hex D2 4D FF 12 46 0 0 11D 64 41
Octal 322 115 377 22 106 0 0 435 144 101
Binary 11010010 1001101 11111111 10010 1000110 0 0 100011101 1100100 1000001

Color Harmonies of #D24DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DFF

Black with #D24DFF

Text Example


Text Example

White with #D24DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DFF; }

 p { color: rgb(210,77,255); }

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

background-color css

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

 a { background-color: rgb(210,77,255); }

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

border-color css

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

 span { border-color: rgb(210,77,255); }

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