Html Css Color HEX #D270FA Heliotrope

📋 copy color: '#D270FA'

red 210 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #D270FA

Tints of Heliotrope #D270FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 36.71%
G = 19.58%
B = 43.71%

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

#D270FA (or 0xD270FA) is known color: Heliotrope. HEX triplet: D2, 70 and FA. RGB value is (210,112,250). Sum of RGB (Red+Green+Blue) = 210+112+250=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #D270FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270FA is #2D8F05. Grayscale: #9C9C9C. Windows color (decimal): -2985734 or 16412882. OLE color: 16412882.

HSL color Cylindrical-coordinate representation of color #D270FA: hue angle of 282.61º degrees, saturation: 0.93, 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 #D270FA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 112 250 -
CMYK 0.16 0.55 0 0.02
HSL 282.61º 0.93% 0.71% -
HSV(B) 282.61º 0.55% 0.98% -
XYZ 49.63 32.19 94.04 -
YUV 157.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 210 112 250 0.16 0.55 0 0.02 282.61 0.93 0.71
Hex D2 70 FA 10 37 0 2 11B 5D 47
Octal 322 160 372 20 67 0 2 433 135 107
Binary 11010010 1110000 11111010 10000 110111 0 10 100011011 1011101 1000111

Color Harmonies of #D270FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270FA

Black with #D270FA

Text Example


Text Example

White with #D270FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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