Html Css Color HEX #D248FB Heliotrope

📋 copy color: '#D248FB'

red 210 ◦ green 72 ◦ blue 251

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

Shades of Heliotrope #D248FB

Tints of Heliotrope #D248FB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.51%

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

R = 39.4%
G = 13.51%
B = 47.09%

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

#D248FB (or 0xD248FB) is known color: Heliotrope. HEX triplet: D2, 48 and FB. RGB value is (210,72,251). Sum of RGB (Red+Green+Blue) = 210+72+251=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #D248FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D248FB is #2DB704. Grayscale: #858585. Windows color (decimal): -2995973 or 16468178. OLE color: 16468178.

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

Color convert

RGB 210 72 251 -
CMYK 0.16 0.71 0 0.02
HSL 286.26º 0.96% 0.63% -
HSV(B) 286.26º 0.71% 0.98% -
XYZ 46.31 25.3 93.71 -
YUV 133.67 194.22 182.45 -
System Red Green Blue C M Y K H S L
Decimal 210 72 251 0.16 0.71 0 0.02 286.26 0.96 0.63
Hex D2 48 FB 10 47 0 2 11E 60 3F
Octal 322 110 373 20 107 0 2 436 140 77
Binary 11010010 1001000 11111011 10000 1000111 0 10 100011110 1100000 111111

Color Harmonies of #D248FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D248FB

Black with #D248FB

Text Example


Text Example

White with #D248FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D248FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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