Html Css Color HEX #D270F9 Heliotrope

📋 copy color: '#D270F9'

red 210 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #D270F9

Tints of Heliotrope #D270F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.61%

 BLUE value IS 249 (97.66% from 255) = 43.61%

R = 36.78%
G = 19.61%
B = 43.61%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D270F9 (or 0xD270F9) is known color: Heliotrope. HEX triplet: D2, 70 and F9. RGB value is (210,112,249). Sum of RGB (Red+Green+Blue) = 210+112+249=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #D270F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270F9 is #2D8F06. Grayscale: #9C9C9C. Windows color (decimal): -2985735 or 16347346. OLE color: 16347346.

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

Color convert

RGB 210 112 249 -
CMYK 0.16 0.55 0 0.02
HSL 282.92º 0.92% 0.71% -
HSV(B) 282.92º 0.55% 0.98% -
XYZ 49.47 32.13 93.22 -
YUV 156.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 210 112 249 0.16 0.55 0 0.02 282.92 0.92 0.71
Hex D2 70 F9 10 37 0 2 11B 5C 47
Octal 322 160 371 20 67 0 2 433 134 107
Binary 11010010 1110000 11111001 10000 110111 0 10 100011011 1011100 1000111

Color Harmonies of #D270F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270F9

Black with #D270F9

Text Example


Text Example

White with #D270F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270F9; }

 p { color: rgb(210,112,249); }

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

background-color css

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

 a { background-color: rgb(210,112,249); }

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

border-color css

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

 span { border-color: rgb(210,112,249); }

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