Html Css Color HEX #D6577F Cranberry

📋 copy color: '#D6577F'

red 214 ◦ green 87 ◦ blue 127

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

Shades of Cranberry #D6577F

Tints of Cranberry #D6577F

RGB

 RED value IS 214 (83.98% from 255) = 50%

 GREEN value IS 87 (34.38% from 255) = 20.33%

 BLUE value IS 127 (50% from 255) = 29.67%

R = 50%
G = 20.33%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6577F (or 0xD6577F) is known color: Cranberry. HEX triplet: D6, 57 and 7F. RGB value is (214,87,127). Sum of RGB (Red+Green+Blue) = 214+87+127=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6577F is #29A880. Grayscale: #818181. Windows color (decimal): -2730113 or 8345558. OLE color: 8345558.

HSL color Cylindrical-coordinate representation of color #D6577F: hue angle of 341.1º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6577F is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 87 127 -
CMYK 0 0.59 0.41 0.16
HSL 341.1º 0.61% 0.59% -
HSV(B) 341.1º 0.59% 0.84% -
XYZ 34.97 22.64 22.61 -
YUV 129.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 214 87 127 0 0.59 0.41 0.16 341.1 0.61 0.59
Hex D6 57 7F 0 3B 29 10 155 3D 3B
Octal 326 127 177 0 73 51 20 525 75 73
Binary 11010110 1010111 1111111 0 111011 101001 10000 101010101 111101 111011

Color Harmonies of #D6577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6577F

Black with #D6577F

Text Example


Text Example

White with #D6577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6577F; }

 p { color: rgb(214,87,127); }

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

background-color css

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

 a { background-color: rgb(214,87,127); }

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

border-color css

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

 span { border-color: rgb(214,87,127); }

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