Html Css Color HEX #D272FA Heliotrope

📋 copy color: '#D272FA'

red 210 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #D272FA

Tints of Heliotrope #D272FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.86%

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

R = 36.59%
G = 19.86%
B = 43.55%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D272FA (or 0xD272FA) is known color: Heliotrope. HEX triplet: D2, 72 and FA. RGB value is (210,114,250). Sum of RGB (Red+Green+Blue) = 210+114+250=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #D272FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272FA is #2D8D05. Grayscale: #9D9D9D. Windows color (decimal): -2985222 or 16413394. OLE color: 16413394.

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

Color convert

RGB 210 114 250 -
CMYK 0.16 0.54 0 0.02
HSL 282.35º 0.93% 0.71% -
HSV(B) 282.35º 0.54% 0.98% -
XYZ 49.85 32.64 94.11 -
YUV 158.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 210 114 250 0.16 0.54 0 0.02 282.35 0.93 0.71
Hex D2 72 FA 10 36 0 2 11A 5D 47
Octal 322 162 372 20 66 0 2 432 135 107
Binary 11010010 1110010 11111010 10000 110110 0 10 100011010 1011101 1000111

Color Harmonies of #D272FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272FA

Black with #D272FA

Text Example


Text Example

White with #D272FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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