Html Css Color HEX #D05FFD Heliotrope

📋 copy color: '#D05FFD'

red 208 ◦ green 95 ◦ blue 253

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

Shades of Heliotrope #D05FFD

Tints of Heliotrope #D05FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.09%

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

R = 37.41%
G = 17.09%
B = 45.5%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D05FFD (or 0xD05FFD) is known color: Heliotrope. HEX triplet: D0, 5F and FD. RGB value is (208,95,253). Sum of RGB (Red+Green+Blue) = 208+95+253=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #D05FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FFD is #2FA002. Grayscale: #929292. Windows color (decimal): -3121155 or 16605136. OLE color: 16605136.

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

Color convert

RGB 208 95 253 -
CMYK 0.18 0.62 0 0.01
HSL 282.91º 0.98% 0.68% -
HSV(B) 282.91º 0.62% 0.99% -
XYZ 47.83 28.69 95.94 -
YUV 146.8 187.94 171.65 -
System Red Green Blue C M Y K H S L
Decimal 208 95 253 0.18 0.62 0 0.01 282.91 0.98 0.68
Hex D0 5F FD 12 3E 0 1 11B 62 44
Octal 320 137 375 22 76 0 1 433 142 104
Binary 11010000 1011111 11111101 10010 111110 0 1 100011011 1100010 1000100

Color Harmonies of #D05FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FFD

Black with #D05FFD

Text Example


Text Example

White with #D05FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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