Html Css Color HEX #DF527D Cranberry

📋 copy color: '#DF527D'

red 223 ◦ green 82 ◦ blue 125

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

Shades of Cranberry #DF527D

Tints of Cranberry #DF527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 51.86%
G = 19.07%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF527D (or 0xDF527D) is known color: Cranberry. HEX triplet: DF, 52 and 7D. RGB value is (223,82,125). Sum of RGB (Red+Green+Blue) = 223+82+125=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF527D is #20AD82. Grayscale: #818181. Windows color (decimal): -2141571 or 8213215. OLE color: 8213215.

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

Color convert

RGB 223 82 125 -
CMYK 0 0.63 0.44 0.13
HSL 341.7º 0.69% 0.6% -
HSV(B) 341.7º 0.63% 0.87% -
XYZ 37.15 23.2 21.92 -
YUV 129.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 223 82 125 0 0.63 0.44 0.13 341.7 0.69 0.6
Hex DF 52 7D 0 3F 2C D 156 45 3C
Octal 337 122 175 0 77 54 15 526 105 74
Binary 11011111 1010010 1111101 0 111111 101100 1101 101010110 1000101 111100

Color Harmonies of #DF527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF527D

Black with #DF527D

Text Example


Text Example

White with #DF527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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