Html Css Color HEX #D249FB Heliotrope

📋 copy color: '#D249FB'

red 210 ◦ green 73 ◦ blue 251

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

Shades of Heliotrope #D249FB

Tints of Heliotrope #D249FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47%

R = 39.33%
G = 13.67%
B = 47%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D249FB (or 0xD249FB) is known color: Heliotrope. HEX triplet: D2, 49 and FB. RGB value is (210,73,251). Sum of RGB (Red+Green+Blue) = 210+73+251=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #D249FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249FB is #2DB604. Grayscale: #858585. Windows color (decimal): -2995717 or 16468434. OLE color: 16468434.

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

Color convert

RGB 210 73 251 -
CMYK 0.16 0.71 0 0.02
HSL 286.18º 0.96% 0.64% -
HSV(B) 286.18º 0.71% 0.98% -
XYZ 46.37 25.43 93.73 -
YUV 134.26 193.89 182.03 -
System Red Green Blue C M Y K H S L
Decimal 210 73 251 0.16 0.71 0 0.02 286.18 0.96 0.64
Hex D2 49 FB 10 47 0 2 11E 60 40
Octal 322 111 373 20 107 0 2 436 140 100
Binary 11010010 1001001 11111011 10000 1000111 0 10 100011110 1100000 1000000

Color Harmonies of #D249FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D249FB

Black with #D249FB

Text Example


Text Example

White with #D249FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D249FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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