Html Css Color HEX #D832B2 Persian Rose

📋 copy color: '#D832B2'

red 216 ◦ green 50 ◦ blue 178

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

Shades of Persian Rose #D832B2

Tints of Persian Rose #D832B2

RGB

 RED value IS 216 (84.77% from 255) = 48.65%

 GREEN value IS 50 (19.92% from 255) = 11.26%

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 48.65%
G = 11.26%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D832B2 (or 0xD832B2) is known color: Persian Rose. HEX triplet: D8, 32 and B2. RGB value is (216,50,178). Sum of RGB (Red+Green+Blue) = 216+50+178=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D832B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D832B2 is #27CD4D. Grayscale: #717171. Windows color (decimal): -2608462 or 11678424. OLE color: 11678424.

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

Color convert

RGB 216 50 178 -
CMYK 0 0.77 0.18 0.15
HSL 313.73º 0.68% 0.52% -
HSV(B) 313.73º 0.77% 0.85% -
XYZ 37.5 20.09 44.02 -
YUV 114.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 216 50 178 0 0.77 0.18 0.15 313.73 0.68 0.52
Hex D8 32 B2 0 4D 12 F 13A 44 34
Octal 330 62 262 0 115 22 17 472 104 64
Binary 11011000 110010 10110010 0 1001101 10010 1111 100111010 1000100 110100

Color Harmonies of #D832B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D832B2

Black with #D832B2

Text Example


Text Example

White with #D832B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D832B2; }

 p { color: rgb(216,50,178); }

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

background-color css

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

 a { background-color: rgb(216,50,178); }

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

border-color css

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

 span { border-color: rgb(216,50,178); }

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