Html Css Color HEX #DE5B7B Cranberry

📋 copy color: '#DE5B7B'

red 222 ◦ green 91 ◦ blue 123

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

Shades of Cranberry #DE5B7B

Tints of Cranberry #DE5B7B

RGB

 RED value IS 222 (87.11% from 255) = 50.92%

 GREEN value IS 91 (35.94% from 255) = 20.87%

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

R = 50.92%
G = 20.87%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE5B7B (or 0xDE5B7B) is known color: Cranberry. HEX triplet: DE, 5B and 7B. RGB value is (222,91,123). Sum of RGB (Red+Green+Blue) = 222+91+123=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5B7B is #21A484. Grayscale: #858585. Windows color (decimal): -2204805 or 8084446. OLE color: 8084446.

HSL color Cylindrical-coordinate representation of color #DE5B7B: hue angle of 345.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5B7B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 91 123 -
CMYK 0 0.59 0.45 0.13
HSL 345.34º 0.66% 0.61% -
HSV(B) 345.34º 0.59% 0.87% -
XYZ 37.44 24.44 21.48 -
YUV 133.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 222 91 123 0 0.59 0.45 0.13 345.34 0.66 0.61
Hex DE 5B 7B 0 3B 2D D 159 42 3D
Octal 336 133 173 0 73 55 15 531 102 75
Binary 11011110 1011011 1111011 0 111011 101101 1101 101011001 1000010 111101

Color Harmonies of #DE5B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B7B

Black with #DE5B7B

Text Example


Text Example

White with #DE5B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B7B; }

 p { color: rgb(222,91,123); }

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

background-color css

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

 a { background-color: rgb(222,91,123); }

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

border-color css

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

 span { border-color: rgb(222,91,123); }

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