Html Css Color HEX #DF5A7B Cranberry

📋 copy color: '#DF5A7B'

red 223 ◦ green 90 ◦ blue 123

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

Shades of Cranberry #DF5A7B

Tints of Cranberry #DF5A7B

RGB

 RED value IS 223 (87.5% from 255) = 51.15%

 GREEN value IS 90 (35.55% from 255) = 20.64%

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

R = 51.15%
G = 20.64%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF5A7B (or 0xDF5A7B) is known color: Cranberry. HEX triplet: DF, 5A and 7B. RGB value is (223,90,123). Sum of RGB (Red+Green+Blue) = 223+90+123=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5A7B is #20A584. Grayscale: #858585. Windows color (decimal): -2139525 or 8084191. OLE color: 8084191.

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

Color convert

RGB 223 90 123 -
CMYK 0 0.60 0.45 0.13
HSL 345.11º 0.68% 0.61% -
HSV(B) 345.11º 0.6% 0.87% -
XYZ 37.66 24.43 21.47 -
YUV 133.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 223 90 123 0 0.60 0.45 0.13 345.11 0.68 0.61
Hex DF 5A 7B 0 3C 2D D 159 44 3D
Octal 337 132 173 0 74 55 15 531 104 75
Binary 11011111 1011010 1111011 0 111100 101101 1101 101011001 1000100 111101

Color Harmonies of #DF5A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A7B

Black with #DF5A7B

Text Example


Text Example

White with #DF5A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A7B; }

 p { color: rgb(223,90,123); }

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

background-color css

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

 a { background-color: rgb(223,90,123); }

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

border-color css

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

 span { border-color: rgb(223,90,123); }

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