Html Css Color HEX #D052FF Heliotrope

📋 copy color: '#D052FF'

red 208 ◦ green 82 ◦ blue 255

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

Shades of Heliotrope #D052FF

Tints of Heliotrope #D052FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.05%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 38.17%
G = 15.05%
B = 46.79%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D052FF (or 0xD052FF) is known color: Heliotrope. HEX triplet: D0, 52 and FF. RGB value is (208,82,255). Sum of RGB (Red+Green+Blue) = 208+82+255=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 82 (32.42% from 255 or 15.05% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #D052FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052FF is #2FAD00. Grayscale: #8A8A8A. Windows color (decimal): -3124481 or 16732880. OLE color: 16732880.

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

Color convert

RGB 208 82 255 -
CMYK 0.18 0.68 0 0
HSL 283.7º 1% 0.66% -
HSV(B) 283.7º 0.68% 1% -
XYZ 47.08 26.66 97.27 -
YUV 139.4 193.24 176.93 -
System Red Green Blue C M Y K H S L
Decimal 208 82 255 0.18 0.68 0 0 283.7 1 0.66
Hex D0 52 FF 12 44 0 0 11C 64 42
Octal 320 122 377 22 104 0 0 434 144 102
Binary 11010000 1010010 11111111 10010 1000100 0 0 100011100 1100100 1000010

Color Harmonies of #D052FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052FF

Black with #D052FF

Text Example


Text Example

White with #D052FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052FF; }

 p { color: rgb(208,82,255); }

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

background-color css

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

 a { background-color: rgb(208,82,255); }

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

border-color css

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

 span { border-color: rgb(208,82,255); }

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