Html Css Color HEX #D272FD Heliotrope

📋 copy color: '#D272FD'

red 210 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #D272FD

Tints of Heliotrope #D272FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.85%

R = 36.4%
G = 19.76%
B = 43.85%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D272FD (or 0xD272FD) is known color: Heliotrope. HEX triplet: D2, 72 and FD. RGB value is (210,114,253). Sum of RGB (Red+Green+Blue) = 210+114+253=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #D272FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272FD is #2D8D02. Grayscale: #9E9E9E. Windows color (decimal): -2985219 or 16610002. OLE color: 16610002.

HSL color Cylindrical-coordinate representation of color #D272FD: hue angle of 281.44º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D272FD is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 114 253 -
CMYK 0.17 0.55 0 0.01
HSL 281.44º 0.97% 0.72% -
HSV(B) 281.44º 0.55% 0.99% -
XYZ 50.33 32.83 96.61 -
YUV 158.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 210 114 253 0.17 0.55 0 0.01 281.44 0.97 0.72
Hex D2 72 FD 11 37 0 1 119 61 48
Octal 322 162 375 21 67 0 1 431 141 110
Binary 11010010 1110010 11111101 10001 110111 0 1 100011001 1100001 1001000

Color Harmonies of #D272FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272FD

Black with #D272FD

Text Example


Text Example

White with #D272FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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