Html Css Color HEX #DF527B Cranberry

📋 copy color: '#DF527B'

red 223 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #DF527B

Tints of Cranberry #DF527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.16%

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

R = 52.1%
G = 19.16%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF527B (or 0xDF527B) is known color: Cranberry. HEX triplet: DF, 52 and 7B. RGB value is (223,82,123). Sum of RGB (Red+Green+Blue) = 223+82+123=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF527B is #20AD84. Grayscale: #808080. Windows color (decimal): -2141573 or 8082143. OLE color: 8082143.

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

Color convert

RGB 223 82 123 -
CMYK 0 0.63 0.45 0.13
HSL 342.55º 0.69% 0.6% -
HSV(B) 342.55º 0.63% 0.87% -
XYZ 37.02 23.15 21.26 -
YUV 128.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 223 82 123 0 0.63 0.45 0.13 342.55 0.69 0.6
Hex DF 52 7B 0 3F 2D D 157 45 3C
Octal 337 122 173 0 77 55 15 527 105 74
Binary 11011111 1010010 1111011 0 111111 101101 1101 101010111 1000101 111100

Color Harmonies of #DF527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF527B

Black with #DF527B

Text Example


Text Example

White with #DF527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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