Html Css Color HEX #D352FF Heliotrope

📋 copy color: '#D352FF'

red 211 ◦ green 82 ◦ blue 255

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

Shades of Heliotrope #D352FF

Tints of Heliotrope #D352FF

RGB

 RED value IS 211 (82.81% from 255) = 38.5%

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

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

R = 38.5%
G = 14.96%
B = 46.53%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D352FF (or 0xD352FF) is known color: Heliotrope. HEX triplet: D3, 52 and FF. RGB value is (211,82,255). Sum of RGB (Red+Green+Blue) = 211+82+255=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 82 (32.42% from 255 or 14.96% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #D352FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D352FF is #2CAD00. Grayscale: #8B8B8B. Windows color (decimal): -2927873 or 16732883. OLE color: 16732883.

HSL color Cylindrical-coordinate representation of color #D352FF: hue angle of 284.74º 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 #D352FF is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 82 255 -
CMYK 0.17 0.68 0 0
HSL 284.74º 1% 0.66% -
HSV(B) 284.74º 0.68% 1% -
XYZ 47.93 27.1 97.31 -
YUV 140.29 192.74 178.43 -
System Red Green Blue C M Y K H S L
Decimal 211 82 255 0.17 0.68 0 0 284.74 1 0.66
Hex D3 52 FF 11 44 0 0 11D 64 42
Octal 323 122 377 21 104 0 0 435 144 102
Binary 11010011 1010010 11111111 10001 1000100 0 0 100011101 1100100 1000010

Color Harmonies of #D352FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D352FF

Black with #D352FF

Text Example


Text Example

White with #D352FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D352FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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