Html Css Color HEX #D5607D Cranberry

📋 copy color: '#D5607D'

red 213 ◦ green 96 ◦ blue 125

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

Shades of Cranberry #D5607D

Tints of Cranberry #D5607D

RGB

 RED value IS 213 (83.59% from 255) = 49.08%

 GREEN value IS 96 (37.89% from 255) = 22.12%

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

R = 49.08%
G = 22.12%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5607D (or 0xD5607D) is known color: Cranberry. HEX triplet: D5, 60 and 7D. RGB value is (213,96,125). Sum of RGB (Red+Green+Blue) = 213+96+125=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5607D is #2A9F82. Grayscale: #868686. Windows color (decimal): -2793347 or 8216789. OLE color: 8216789.

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

Color convert

RGB 213 96 125 -
CMYK 0 0.55 0.41 0.16
HSL 345.13º 0.58% 0.61% -
HSV(B) 345.13º 0.55% 0.84% -
XYZ 35.33 23.99 22.17 -
YUV 134.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 213 96 125 0 0.55 0.41 0.16 345.13 0.58 0.61
Hex D5 60 7D 0 37 29 10 159 3A 3D
Octal 325 140 175 0 67 51 20 531 72 75
Binary 11010101 1100000 1111101 0 110111 101001 10000 101011001 111010 111101

Color Harmonies of #D5607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5607D

Black with #D5607D

Text Example


Text Example

White with #D5607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5607D; }

 p { color: rgb(213,96,125); }

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

background-color css

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

 a { background-color: rgb(213,96,125); }

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

border-color css

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

 span { border-color: rgb(213,96,125); }

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