Html Css Color HEX #DB607D Cranberry

📋 copy color: '#DB607D'

red 219 ◦ green 96 ◦ blue 125

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

Shades of Cranberry #DB607D

Tints of Cranberry #DB607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

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

R = 49.77%
G = 21.82%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB607D (or 0xDB607D) is known color: Cranberry. HEX triplet: DB, 60 and 7D. RGB value is (219,96,125). Sum of RGB (Red+Green+Blue) = 219+96+125=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB607D is #249F82. Grayscale: #888888. Windows color (decimal): -2400131 or 8216795. OLE color: 8216795.

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

Color convert

RGB 219 96 125 -
CMYK 0 0.56 0.43 0.14
HSL 345.85º 0.63% 0.62% -
HSV(B) 345.85º 0.56% 0.86% -
XYZ 37.1 24.91 22.25 -
YUV 136.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 219 96 125 0 0.56 0.43 0.14 345.85 0.63 0.62
Hex DB 60 7D 0 38 2B E 15A 3F 3E
Octal 333 140 175 0 70 53 16 532 77 76
Binary 11011011 1100000 1111101 0 111000 101011 1110 101011010 111111 111110

Color Harmonies of #DB607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB607D

Black with #DB607D

Text Example


Text Example

White with #DB607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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