Html Css Color HEX #D552F6 Heliotrope

📋 copy color: '#D552F6'

red 213 ◦ green 82 ◦ blue 246

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

Shades of Heliotrope #D552F6

Tints of Heliotrope #D552F6

RGB

 RED value IS 213 (83.59% from 255) = 39.37%

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

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 39.37%
G = 15.16%
B = 45.47%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D552F6 (or 0xD552F6) is known color: Heliotrope. HEX triplet: D5, 52 and F6. RGB value is (213,82,246). Sum of RGB (Red+Green+Blue) = 213+82+246=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #D552F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D552F6 is #2AAD09. Grayscale: #8B8B8B. Windows color (decimal): -2796810 or 16143061. OLE color: 16143061.

HSL color Cylindrical-coordinate representation of color #D552F6: hue angle of 287.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D552F6 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 82 246 -
CMYK 0.13 0.67 0 0.04
HSL 287.93º 0.9% 0.64% -
HSV(B) 287.93º 0.67% 0.96% -
XYZ 47.09 26.83 89.89 -
YUV 139.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 213 82 246 0.13 0.67 0 0.04 287.93 0.9 0.64
Hex D5 52 F6 D 43 0 4 120 5A 40
Octal 325 122 366 15 103 0 4 440 132 100
Binary 11010101 1010010 11110110 1101 1000011 0 100 100100000 1011010 1000000

Color Harmonies of #D552F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D552F6

Black with #D552F6

Text Example


Text Example

White with #D552F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D552F6; }

 p { color: rgb(213,82,246); }

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

background-color css

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

 a { background-color: rgb(213,82,246); }

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

border-color css

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

 span { border-color: rgb(213,82,246); }

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