Html Css Color HEX #D044FD Heliotrope

📋 copy color: '#D044FD'

red 208 ◦ green 68 ◦ blue 253

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

Shades of Heliotrope #D044FD

Tints of Heliotrope #D044FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.85%

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

R = 39.32%
G = 12.85%
B = 47.83%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D044FD (or 0xD044FD) is known color: Heliotrope. HEX triplet: D0, 44 and FD. RGB value is (208,68,253). Sum of RGB (Red+Green+Blue) = 208+68+253=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 68 (26.95% from 255 or 12.85% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #D044FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D044FD is #2FBB02. Grayscale: #828282. Windows color (decimal): -3128067 or 16598224. OLE color: 16598224.

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

Color convert

RGB 208 68 253 -
CMYK 0.18 0.73 0 0.01
HSL 285.41º 0.98% 0.63% -
HSV(B) 285.41º 0.73% 0.99% -
XYZ 45.81 24.64 95.27 -
YUV 130.95 196.88 182.96 -
System Red Green Blue C M Y K H S L
Decimal 208 68 253 0.18 0.73 0 0.01 285.41 0.98 0.63
Hex D0 44 FD 12 49 0 1 11D 62 3F
Octal 320 104 375 22 111 0 1 435 142 77
Binary 11010000 1000100 11111101 10010 1001001 0 1 100011101 1100010 111111

Color Harmonies of #D044FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D044FD

Black with #D044FD

Text Example


Text Example

White with #D044FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D044FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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