Html Css Color HEX #DE4C7B Cranberry

📋 copy color: '#DE4C7B'

red 222 ◦ green 76 ◦ blue 123

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

Shades of Cranberry #DE4C7B

Tints of Cranberry #DE4C7B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

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

R = 52.73%
G = 18.05%
B = 29.22%

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

#DE4C7B (or 0xDE4C7B) is known color: Cranberry. HEX triplet: DE, 4C and 7B. RGB value is (222,76,123). Sum of RGB (Red+Green+Blue) = 222+76+123=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4C7B is #21B384. Grayscale: #7C7C7C. Windows color (decimal): -2208645 or 8080606. OLE color: 8080606.

HSL color Cylindrical-coordinate representation of color #DE4C7B: hue angle of 340.68º 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 #DE4C7B is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 76 123 -
CMYK 0 0.66 0.45 0.13
HSL 340.68º 0.69% 0.58% -
HSV(B) 340.68º 0.66% 0.87% -
XYZ 36.28 22.13 21.1 -
YUV 125.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 222 76 123 0 0.66 0.45 0.13 340.68 0.69 0.58
Hex DE 4C 7B 0 42 2D D 155 45 3A
Octal 336 114 173 0 102 55 15 525 105 72
Binary 11011110 1001100 1111011 0 1000010 101101 1101 101010101 1000101 111010

Color Harmonies of #DE4C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4C7B

Black with #DE4C7B

Text Example


Text Example

White with #DE4C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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