Html Css Color HEX #D052FB Heliotrope

📋 copy color: '#D052FB'

red 208 ◦ green 82 ◦ blue 251

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

Shades of Heliotrope #D052FB

Tints of Heliotrope #D052FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 38.45%
G = 15.16%
B = 46.4%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D052FB (or 0xD052FB) is known color: Heliotrope. HEX triplet: D0, 52 and FB. RGB value is (208,82,251). Sum of RGB (Red+Green+Blue) = 208+82+251=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #D052FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052FB is #2FAD04. Grayscale: #8A8A8A. Windows color (decimal): -3124485 or 16470736. OLE color: 16470736.

HSL color Cylindrical-coordinate representation of color #D052FB: hue angle of 284.73º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D052FB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 82 251 -
CMYK 0.17 0.67 0 0.02
HSL 284.73º 0.95% 0.65% -
HSV(B) 284.73º 0.67% 0.98% -
XYZ 46.44 26.41 93.92 -
YUV 138.94 191.24 177.26 -
System Red Green Blue C M Y K H S L
Decimal 208 82 251 0.17 0.67 0 0.02 284.73 0.95 0.65
Hex D0 52 FB 11 43 0 2 11D 5F 41
Octal 320 122 373 21 103 0 2 435 137 101
Binary 11010000 1010010 11111011 10001 1000011 0 10 100011101 1011111 1000001

Color Harmonies of #D052FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052FB

Black with #D052FB

Text Example


Text Example

White with #D052FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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