Html Css Color HEX #D932B3 Persian Rose

📋 copy color: '#D932B3'

red 217 ◦ green 50 ◦ blue 179

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

Shades of Persian Rose #D932B3

Tints of Persian Rose #D932B3

RGB

 RED value IS 217 (85.16% from 255) = 48.65%

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

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 48.65%
G = 11.21%
B = 40.13%

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

#D932B3 (or 0xD932B3) is known color: Persian Rose. HEX triplet: D9, 32 and B3. RGB value is (217,50,179). Sum of RGB (Red+Green+Blue) = 217+50+179=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D932B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D932B3 is #26CD4C. Grayscale: #727272. Windows color (decimal): -2542925 or 11743961. OLE color: 11743961.

HSL color Cylindrical-coordinate representation of color #D932B3: hue angle of 313.65º degrees, saturation: 0.69, 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 #D932B3 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 179 -
CMYK 0 0.77 0.18 0.15
HSL 313.65º 0.69% 0.52% -
HSV(B) 313.65º 0.77% 0.85% -
XYZ 37.89 20.29 44.57 -
YUV 114.64 164.33 201.01 -
System Red Green Blue C M Y K H S L
Decimal 217 50 179 0 0.77 0.18 0.15 313.65 0.69 0.52
Hex D9 32 B3 0 4D 12 F 13A 45 34
Octal 331 62 263 0 115 22 17 472 105 64
Binary 11011001 110010 10110011 0 1001101 10010 1111 100111010 1000101 110100

Color Harmonies of #D932B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D932B3

Black with #D932B3

Text Example


Text Example

White with #D932B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D932B3; }

 p { color: rgb(217,50,179); }

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

background-color css

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

 a { background-color: rgb(217,50,179); }

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

border-color css

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

 span { border-color: rgb(217,50,179); }

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