Html Css Color HEX #DB5C81 Cranberry

📋 copy color: '#DB5C81'

red 219 ◦ green 92 ◦ blue 129

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

Shades of Cranberry #DB5C81

Tints of Cranberry #DB5C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 49.77%
G = 20.91%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB5C81 (or 0xDB5C81) is known color: Cranberry. HEX triplet: DB, 5C and 81. RGB value is (219,92,129). Sum of RGB (Red+Green+Blue) = 219+92+129=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C81 is #24A37E. Grayscale: #868686. Windows color (decimal): -2401151 or 8477915. OLE color: 8477915.

HSL color Cylindrical-coordinate representation of color #DB5C81: hue angle of 342.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C81 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 129 -
CMYK 0 0.58 0.41 0.14
HSL 342.52º 0.64% 0.61% -
HSV(B) 342.52º 0.58% 0.86% -
XYZ 37 24.3 23.51 -
YUV 134.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 219 92 129 0 0.58 0.41 0.14 342.52 0.64 0.61
Hex DB 5C 81 0 3A 29 E 157 40 3D
Octal 333 134 201 0 72 51 16 527 100 75
Binary 11011011 1011100 10000001 0 111010 101001 1110 101010111 1000000 111101

Color Harmonies of #DB5C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C81

Black with #DB5C81

Text Example


Text Example

White with #DB5C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C81; }

 p { color: rgb(219,92,129); }

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

background-color css

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

 a { background-color: rgb(219,92,129); }

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

border-color css

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

 span { border-color: rgb(219,92,129); }

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