Html Css Color HEX #DB527E Cranberry

📋 copy color: '#DB527E'

red 219 ◦ green 82 ◦ blue 126

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

Shades of Cranberry #DB527E

Tints of Cranberry #DB527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.2%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 51.29%
G = 19.2%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB527E (or 0xDB527E) is known color: Cranberry. HEX triplet: DB, 52 and 7E. RGB value is (219,82,126). Sum of RGB (Red+Green+Blue) = 219+82+126=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB527E is #24AD81. Grayscale: #7F7F7F. Windows color (decimal): -2403714 or 8278747. OLE color: 8278747.

HSL color Cylindrical-coordinate representation of color #DB527E: hue angle of 340.73º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB527E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 126 -
CMYK 0 0.63 0.42 0.14
HSL 340.73º 0.66% 0.59% -
HSV(B) 340.73º 0.63% 0.86% -
XYZ 36 22.6 22.2 -
YUV 127.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 219 82 126 0 0.63 0.42 0.14 340.73 0.66 0.59
Hex DB 52 7E 0 3F 2A E 155 42 3B
Octal 333 122 176 0 77 52 16 525 102 73
Binary 11011011 1010010 1111110 0 111111 101010 1110 101010101 1000010 111011

Color Harmonies of #DB527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB527E

Black with #DB527E

Text Example


Text Example

White with #DB527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB527E; }

 p { color: rgb(219,82,126); }

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

background-color css

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

 a { background-color: rgb(219,82,126); }

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

border-color css

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

 span { border-color: rgb(219,82,126); }

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