Html Css Color HEX #DA32B1 Persian Rose

📋 copy color: '#DA32B1'

red 218 ◦ green 50 ◦ blue 177

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

Shades of Persian Rose #DA32B1

Tints of Persian Rose #DA32B1

RGB

 RED value IS 218 (85.55% from 255) = 48.99%

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

 BLUE value IS 177 (69.53% from 255) = 39.78%

R = 48.99%
G = 11.24%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA32B1 (or 0xDA32B1) is known color: Persian Rose. HEX triplet: DA, 32 and B1. RGB value is (218,50,177). Sum of RGB (Red+Green+Blue) = 218+50+177=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA32B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA32B1 is #25CD4E. Grayscale: #727272. Windows color (decimal): -2477391 or 11612890. OLE color: 11612890.

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

Color convert

RGB 218 50 177 -
CMYK 0 0.77 0.19 0.15
HSL 314.64º 0.69% 0.53% -
HSV(B) 314.64º 0.77% 0.85% -
XYZ 37.99 20.36 43.52 -
YUV 114.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 218 50 177 0 0.77 0.19 0.15 314.64 0.69 0.53
Hex DA 32 B1 0 4D 13 F 13B 45 35
Octal 332 62 261 0 115 23 17 473 105 65
Binary 11011010 110010 10110001 0 1001101 10011 1111 100111011 1000101 110101

Color Harmonies of #DA32B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA32B1

Black with #DA32B1

Text Example


Text Example

White with #DA32B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA32B1; }

 p { color: rgb(218,50,177); }

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

background-color css

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

 a { background-color: rgb(218,50,177); }

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

border-color css

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

 span { border-color: rgb(218,50,177); }

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