Html Css Color HEX #DB527D Cranberry

📋 copy color: '#DB527D'

red 219 ◦ green 82 ◦ blue 125

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

Shades of Cranberry #DB527D

Tints of Cranberry #DB527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 51.41%
G = 19.25%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB527D (or 0xDB527D) is known color: Cranberry. HEX triplet: DB, 52 and 7D. RGB value is (219,82,125). Sum of RGB (Red+Green+Blue) = 219+82+125=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB527D is #24AD82. Grayscale: #7F7F7F. Windows color (decimal): -2403715 or 8213211. OLE color: 8213211.

HSL color Cylindrical-coordinate representation of color #DB527D: hue angle of 341.17º 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 #DB527D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 125 -
CMYK 0 0.63 0.43 0.14
HSL 341.17º 0.66% 0.59% -
HSV(B) 341.17º 0.63% 0.86% -
XYZ 35.93 22.58 21.87 -
YUV 127.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 219 82 125 0 0.63 0.43 0.14 341.17 0.66 0.59
Hex DB 52 7D 0 3F 2B E 155 42 3B
Octal 333 122 175 0 77 53 16 525 102 73
Binary 11011011 1010010 1111101 0 111111 101011 1110 101010101 1000010 111011

Color Harmonies of #DB527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB527D

Black with #DB527D

Text Example


Text Example

White with #DB527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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