Html Css Color HEX #DB37B0 Persian Rose

📋 copy color: '#DB37B0'

red 219 ◦ green 55 ◦ blue 176

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

Shades of Persian Rose #DB37B0

Tints of Persian Rose #DB37B0

RGB

 RED value IS 219 (85.94% from 255) = 48.67%

 GREEN value IS 55 (21.88% from 255) = 12.22%

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

R = 48.67%
G = 12.22%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB37B0 (or 0xDB37B0) is known color: Persian Rose. HEX triplet: DB, 37 and B0. RGB value is (219,55,176). Sum of RGB (Red+Green+Blue) = 219+55+176=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB37B0 is #24C84F. Grayscale: #757575. Windows color (decimal): -2410576 or 11548635. OLE color: 11548635.

HSL color Cylindrical-coordinate representation of color #DB37B0: hue angle of 315.73º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB37B0 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 176 -
CMYK 0 0.75 0.20 0.14
HSL 315.73º 0.69% 0.54% -
HSV(B) 315.73º 0.75% 0.86% -
XYZ 38.42 20.93 43.09 -
YUV 117.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 219 55 176 0 0.75 0.20 0.14 315.73 0.69 0.54
Hex DB 37 B0 0 4B 14 E 13C 45 36
Octal 333 67 260 0 113 24 16 474 105 66
Binary 11011011 110111 10110000 0 1001011 10100 1110 100111100 1000101 110110

Color Harmonies of #DB37B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37B0

Black with #DB37B0

Text Example


Text Example

White with #DB37B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37B0; }

 p { color: rgb(219,55,176); }

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

background-color css

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

 a { background-color: rgb(219,55,176); }

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

border-color css

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

 span { border-color: rgb(219,55,176); }

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