Html Css Color HEX #DE4A7B Cranberry

📋 copy color: '#DE4A7B'

red 222 ◦ green 74 ◦ blue 123

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

Shades of Cranberry #DE4A7B

Tints of Cranberry #DE4A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.66%

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

R = 52.98%
G = 17.66%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE4A7B (or 0xDE4A7B) is known color: Cranberry. HEX triplet: DE, 4A and 7B. RGB value is (222,74,123). Sum of RGB (Red+Green+Blue) = 222+74+123=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4A7B is #21B584. Grayscale: #7B7B7B. Windows color (decimal): -2209157 or 8080094. OLE color: 8080094.

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

Color convert

RGB 222 74 123 -
CMYK 0 0.67 0.45 0.13
HSL 340.14º 0.69% 0.58% -
HSV(B) 340.14º 0.67% 0.87% -
XYZ 36.15 21.86 21.05 -
YUV 123.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 222 74 123 0 0.67 0.45 0.13 340.14 0.69 0.58
Hex DE 4A 7B 0 43 2D D 154 45 3A
Octal 336 112 173 0 103 55 15 524 105 72
Binary 11011110 1001010 1111011 0 1000011 101101 1101 101010100 1000101 111010

Color Harmonies of #DE4A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4A7B

Black with #DE4A7B

Text Example


Text Example

White with #DE4A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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