Html Css Color HEX #D246FF Heliotrope

📋 copy color: '#D246FF'

red 210 ◦ green 70 ◦ blue 255

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

Shades of Heliotrope #D246FF

Tints of Heliotrope #D246FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.08%

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

R = 39.25%
G = 13.08%
B = 47.66%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D246FF (or 0xD246FF) is known color: Heliotrope. HEX triplet: D2, 46 and FF. RGB value is (210,70,255). Sum of RGB (Red+Green+Blue) = 210+70+255=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 70 (27.73% from 255 or 13.08% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #D246FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D246FF is #2DB900. Grayscale: #848484. Windows color (decimal): -2996481 or 16729810. OLE color: 16729810.

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

Color convert

RGB 210 70 255 -
CMYK 0.18 0.73 0 0
HSL 285.41º 1% 0.64% -
HSV(B) 285.41º 0.73% 1% -
XYZ 46.82 25.3 97.02 -
YUV 132.95 196.88 182.96 -
System Red Green Blue C M Y K H S L
Decimal 210 70 255 0.18 0.73 0 0 285.41 1 0.64
Hex D2 46 FF 12 49 0 0 11D 64 40
Octal 322 106 377 22 111 0 0 435 144 100
Binary 11010010 1000110 11111111 10010 1001001 0 0 100011101 1100100 1000000

Color Harmonies of #D246FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D246FF

Black with #D246FF

Text Example


Text Example

White with #D246FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D246FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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