Html Css Color HEX #D270F7 Heliotrope

📋 copy color: '#D270F7'

red 210 ◦ green 112 ◦ blue 247

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

Shades of Heliotrope #D270F7

Tints of Heliotrope #D270F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.41%

R = 36.91%
G = 19.68%
B = 43.41%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D270F7 (or 0xD270F7) is known color: Heliotrope. HEX triplet: D2, 70 and F7. RGB value is (210,112,247). Sum of RGB (Red+Green+Blue) = 210+112+247=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #D270F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270F7 is #2D8F08. Grayscale: #9C9C9C. Windows color (decimal): -2985737 or 16216274. OLE color: 16216274.

HSL color Cylindrical-coordinate representation of color #D270F7: hue angle of 283.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D270F7 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 112 247 -
CMYK 0.15 0.55 0 0.03
HSL 283.56º 0.89% 0.7% -
HSV(B) 283.56º 0.55% 0.97% -
XYZ 49.16 32.01 91.58 -
YUV 156.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 210 112 247 0.15 0.55 0 0.03 283.56 0.89 0.7
Hex D2 70 F7 F 37 0 3 11C 59 46
Octal 322 160 367 17 67 0 3 434 131 106
Binary 11010010 1110000 11110111 1111 110111 0 11 100011100 1011001 1000110

Color Harmonies of #D270F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270F7

Black with #D270F7

Text Example


Text Example

White with #D270F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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