Html Css Color HEX #D070FD Heliotrope

📋 copy color: '#D070FD'

red 208 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #D070FD

Tints of Heliotrope #D070FD

RGB

 RED value IS 208 (81.64% from 255) = 36.3%

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

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

R = 36.3%
G = 19.55%
B = 44.15%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D070FD (or 0xD070FD) is known color: Heliotrope. HEX triplet: D0, 70 and FD. RGB value is (208,112,253). Sum of RGB (Red+Green+Blue) = 208+112+253=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #D070FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070FD is #2F8F02. Grayscale: #9C9C9C. Windows color (decimal): -3116803 or 16609488. OLE color: 16609488.

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

Color convert

RGB 208 112 253 -
CMYK 0.18 0.56 0 0.01
HSL 280.85º 0.97% 0.72% -
HSV(B) 280.85º 0.56% 0.99% -
XYZ 49.54 32.09 96.51 -
YUV 156.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 208 112 253 0.18 0.56 0 0.01 280.85 0.97 0.72
Hex D0 70 FD 12 38 0 1 119 61 48
Octal 320 160 375 22 70 0 1 431 141 110
Binary 11010000 1110000 11111101 10010 111000 0 1 100011001 1100001 1001000

Color Harmonies of #D070FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070FD

Black with #D070FD

Text Example


Text Example

White with #D070FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070FD; }

 p { color: rgb(208,112,253); }

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

background-color css

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

 a { background-color: rgb(208,112,253); }

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

border-color css

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

 span { border-color: rgb(208,112,253); }

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