Html Css Color HEX #D249FD Heliotrope

📋 copy color: '#D249FD'

red 210 ◦ green 73 ◦ blue 253

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

Shades of Heliotrope #D249FD

Tints of Heliotrope #D249FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.62%

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

R = 39.18%
G = 13.62%
B = 47.2%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D249FD (or 0xD249FD) is known color: Heliotrope. HEX triplet: D2, 49 and FD. RGB value is (210,73,253). Sum of RGB (Red+Green+Blue) = 210+73+253=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #D249FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249FD is #2DB602. Grayscale: #858585. Windows color (decimal): -2995715 or 16599506. OLE color: 16599506.

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

Color convert

RGB 210 73 253 -
CMYK 0.17 0.71 0 0.01
HSL 285.67º 0.98% 0.64% -
HSV(B) 285.67º 0.71% 0.99% -
XYZ 46.69 25.56 95.4 -
YUV 134.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 210 73 253 0.17 0.71 0 0.01 285.67 0.98 0.64
Hex D2 49 FD 11 47 0 1 11E 62 40
Octal 322 111 375 21 107 0 1 436 142 100
Binary 11010010 1001001 11111101 10001 1000111 0 1 100011110 1100010 1000000

Color Harmonies of #D249FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249FD

Black with #D249FD

Text Example


Text Example

White with #D249FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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