Html Css Color HEX #DB34B3 Persian Rose

📋 copy color: '#DB34B3'

red 219 ◦ green 52 ◦ blue 179

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

Shades of Persian Rose #DB34B3

Tints of Persian Rose #DB34B3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.56%

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

R = 48.67%
G = 11.56%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB34B3 (or 0xDB34B3) is known color: Persian Rose. HEX triplet: DB, 34 and B3. RGB value is (219,52,179). Sum of RGB (Red+Green+Blue) = 219+52+179=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34B3 is #24CB4C. Grayscale: #747474. Windows color (decimal): -2411341 or 11744475. OLE color: 11744475.

HSL color Cylindrical-coordinate representation of color #DB34B3: hue angle of 314.37º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB34B3 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 52 179 -
CMYK 0 0.76 0.18 0.14
HSL 314.37º 0.7% 0.53% -
HSV(B) 314.37º 0.76% 0.86% -
XYZ 38.58 20.77 44.62 -
YUV 116.41 163.33 201.17 -
System Red Green Blue C M Y K H S L
Decimal 219 52 179 0 0.76 0.18 0.14 314.37 0.7 0.53
Hex DB 34 B3 0 4C 12 E 13A 46 35
Octal 333 64 263 0 114 22 16 472 106 65
Binary 11011011 110100 10110011 0 1001100 10010 1110 100111010 1000110 110101

Color Harmonies of #DB34B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB34B3

Black with #DB34B3

Text Example


Text Example

White with #DB34B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB34B3; }

 p { color: rgb(219,52,179); }

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

background-color css

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

 a { background-color: rgb(219,52,179); }

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

border-color css

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

 span { border-color: rgb(219,52,179); }

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