Html Css Color HEX #D052F3 Heliotrope

📋 copy color: '#D052F3'

red 208 ◦ green 82 ◦ blue 243

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

Shades of Heliotrope #D052F3

Tints of Heliotrope #D052F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.59%

R = 39.02%
G = 15.38%
B = 45.59%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D052F3 (or 0xD052F3) is known color: Heliotrope. HEX triplet: D0, 52 and F3. RGB value is (208,82,243). Sum of RGB (Red+Green+Blue) = 208+82+243=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #D052F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052F3 is #2FAD0C. Grayscale: #898989. Windows color (decimal): -3124493 or 15946448. OLE color: 15946448.

HSL color Cylindrical-coordinate representation of color #D052F3: hue angle of 286.96º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D052F3 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 82 243 -
CMYK 0.14 0.66 0 0.05
HSL 286.96º 0.87% 0.64% -
HSV(B) 286.96º 0.66% 0.95% -
XYZ 45.21 25.92 87.41 -
YUV 138.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 208 82 243 0.14 0.66 0 0.05 286.96 0.87 0.64
Hex D0 52 F3 E 42 0 5 11F 57 40
Octal 320 122 363 16 102 0 5 437 127 100
Binary 11010000 1010010 11110011 1110 1000010 0 101 100011111 1010111 1000000

Color Harmonies of #D052F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052F3

Black with #D052F3

Text Example


Text Example

White with #D052F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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