Html Css Color HEX #DB607B Cranberry

📋 copy color: '#DB607B'

red 219 ◦ green 96 ◦ blue 123

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

Shades of Cranberry #DB607B

Tints of Cranberry #DB607B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.08%

R = 50%
G = 21.92%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB607B (or 0xDB607B) is known color: Cranberry. HEX triplet: DB, 60 and 7B. RGB value is (219,96,123). Sum of RGB (Red+Green+Blue) = 219+96+123=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB607B is #249F84. Grayscale: #878787. Windows color (decimal): -2400133 or 8085723. OLE color: 8085723.

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

Color convert

RGB 219 96 123 -
CMYK 0 0.56 0.44 0.14
HSL 346.83º 0.63% 0.62% -
HSV(B) 346.83º 0.56% 0.86% -
XYZ 36.97 24.86 21.59 -
YUV 135.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 219 96 123 0 0.56 0.44 0.14 346.83 0.63 0.62
Hex DB 60 7B 0 38 2C E 15B 3F 3E
Octal 333 140 173 0 70 54 16 533 77 76
Binary 11011011 1100000 1111011 0 111000 101100 1110 101011011 111111 111110

Color Harmonies of #DB607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB607B

Black with #DB607B

Text Example


Text Example

White with #DB607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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