Html Css Color HEX #D045FD Heliotrope

📋 copy color: '#D045FD'

red 208 ◦ green 69 ◦ blue 253

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

Shades of Heliotrope #D045FD

Tints of Heliotrope #D045FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.02%

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

R = 39.25%
G = 13.02%
B = 47.74%

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

#D045FD (or 0xD045FD) is known color: Heliotrope. HEX triplet: D0, 45 and FD. RGB value is (208,69,253). Sum of RGB (Red+Green+Blue) = 208+69+253=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 69 (27.34% from 255 or 13.02% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #D045FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045FD is #2FBA02. Grayscale: #828282. Windows color (decimal): -3127811 or 16598480. OLE color: 16598480.

HSL color Cylindrical-coordinate representation of color #D045FD: hue angle of 285.33º 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 #D045FD is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 69 253 -
CMYK 0.18 0.73 0 0.01
HSL 285.33º 0.98% 0.63% -
HSV(B) 285.33º 0.73% 0.99% -
XYZ 45.87 24.76 95.29 -
YUV 131.54 196.55 182.54 -
System Red Green Blue C M Y K H S L
Decimal 208 69 253 0.18 0.73 0 0.01 285.33 0.98 0.63
Hex D0 45 FD 12 49 0 1 11D 62 3F
Octal 320 105 375 22 111 0 1 435 142 77
Binary 11010000 1000101 11111101 10010 1001001 0 1 100011101 1100010 111111

Color Harmonies of #D045FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D045FD

Black with #D045FD

Text Example


Text Example

White with #D045FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D045FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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