Html Css Color HEX #D732B0 Persian Rose

📋 copy color: '#D732B0'

red 215 ◦ green 50 ◦ blue 176

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

Shades of Persian Rose #D732B0

Tints of Persian Rose #D732B0

RGB

 RED value IS 215 (84.38% from 255) = 48.75%

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

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 48.75%
G = 11.34%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D732B0 (or 0xD732B0) is known color: Persian Rose. HEX triplet: D7, 32 and B0. RGB value is (215,50,176). Sum of RGB (Red+Green+Blue) = 215+50+176=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D732B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D732B0 is #28CD4F. Grayscale: #717171. Windows color (decimal): -2674000 or 11547351. OLE color: 11547351.

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

Color convert

RGB 215 50 176 -
CMYK 0 0.77 0.18 0.16
HSL 314.18º 0.67% 0.52% -
HSV(B) 314.18º 0.77% 0.84% -
XYZ 37 19.86 42.96 -
YUV 113.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 215 50 176 0 0.77 0.18 0.16 314.18 0.67 0.52
Hex D7 32 B0 0 4D 12 10 13A 43 34
Octal 327 62 260 0 115 22 20 472 103 64
Binary 11010111 110010 10110000 0 1001101 10010 10000 100111010 1000011 110100

Color Harmonies of #D732B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D732B0

Black with #D732B0

Text Example


Text Example

White with #D732B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D732B0; }

 p { color: rgb(215,50,176); }

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

background-color css

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

 a { background-color: rgb(215,50,176); }

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

border-color css

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

 span { border-color: rgb(215,50,176); }

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