Html Css Color HEX #D931B2 Persian Rose

📋 copy color: '#D931B2'

red 217 ◦ green 49 ◦ blue 178

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

Shades of Persian Rose #D931B2

Tints of Persian Rose #D931B2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.04%

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

R = 48.87%
G = 11.04%
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

#D931B2 (or 0xD931B2) is known color: Persian Rose. HEX triplet: D9, 31 and B2. RGB value is (217,49,178). Sum of RGB (Red+Green+Blue) = 217+49+178=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D931B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D931B2 is #26CE4D. Grayscale: #717171. Windows color (decimal): -2543182 or 11678169. OLE color: 11678169.

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

Color convert

RGB 217 49 178 -
CMYK 0 0.77 0.18 0.15
HSL 313.93º 0.69% 0.52% -
HSV(B) 313.93º 0.77% 0.85% -
XYZ 37.75 20.16 44.02 -
YUV 113.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 217 49 178 0 0.77 0.18 0.15 313.93 0.69 0.52
Hex D9 31 B2 0 4D 12 F 13A 45 34
Octal 331 61 262 0 115 22 17 472 105 64
Binary 11011001 110001 10110010 0 1001101 10010 1111 100111010 1000101 110100

Color Harmonies of #D931B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D931B2

Black with #D931B2

Text Example


Text Example

White with #D931B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D931B2; }

 p { color: rgb(217,49,178); }

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

background-color css

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

 a { background-color: rgb(217,49,178); }

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

border-color css

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

 span { border-color: rgb(217,49,178); }

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