Html Css Color HEX #DB38B2 Persian Rose

📋 copy color: '#DB38B2'

red 219 ◦ green 56 ◦ blue 178

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

Shades of Persian Rose #DB38B2

Tints of Persian Rose #DB38B2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.36%

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

R = 48.34%
G = 12.36%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB38B2 (or 0xDB38B2) is known color: Persian Rose. HEX triplet: DB, 38 and B2. RGB value is (219,56,178). Sum of RGB (Red+Green+Blue) = 219+56+178=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38B2 is #24C74D. Grayscale: #767676. Windows color (decimal): -2410318 or 11679963. OLE color: 11679963.

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

Color convert

RGB 219 56 178 -
CMYK 0 0.74 0.19 0.14
HSL 315.09º 0.69% 0.54% -
HSV(B) 315.09º 0.74% 0.86% -
XYZ 38.66 21.1 44.15 -
YUV 118.65 161.5 199.58 -
System Red Green Blue C M Y K H S L
Decimal 219 56 178 0 0.74 0.19 0.14 315.09 0.69 0.54
Hex DB 38 B2 0 4A 13 E 13B 45 36
Octal 333 70 262 0 112 23 16 473 105 66
Binary 11011011 111000 10110010 0 1001010 10011 1110 100111011 1000101 110110

Color Harmonies of #DB38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38B2

Black with #DB38B2

Text Example


Text Example

White with #DB38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38B2; }

 p { color: rgb(219,56,178); }

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

background-color css

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

 a { background-color: rgb(219,56,178); }

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

border-color css

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

 span { border-color: rgb(219,56,178); }

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