Html Css Color HEX #DE4B7B Cranberry

📋 copy color: '#DE4B7B'

red 222 ◦ green 75 ◦ blue 123

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

Shades of Cranberry #DE4B7B

Tints of Cranberry #DE4B7B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.86%

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

R = 52.86%
G = 17.86%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE4B7B (or 0xDE4B7B) is known color: Cranberry. HEX triplet: DE, 4B and 7B. RGB value is (222,75,123). Sum of RGB (Red+Green+Blue) = 222+75+123=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4B7B is #21B484. Grayscale: #7C7C7C. Windows color (decimal): -2208901 or 8080350. OLE color: 8080350.

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

Color convert

RGB 222 75 123 -
CMYK 0 0.66 0.45 0.13
HSL 340.41º 0.69% 0.58% -
HSV(B) 340.41º 0.66% 0.87% -
XYZ 36.22 21.99 21.07 -
YUV 124.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 222 75 123 0 0.66 0.45 0.13 340.41 0.69 0.58
Hex DE 4B 7B 0 42 2D D 154 45 3A
Octal 336 113 173 0 102 55 15 524 105 72
Binary 11011110 1001011 1111011 0 1000010 101101 1101 101010100 1000101 111010

Color Harmonies of #DE4B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4B7B

Black with #DE4B7B

Text Example


Text Example

White with #DE4B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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