Html Css Color HEX #D7607C Cranberry

📋 copy color: '#D7607C'

red 215 ◦ green 96 ◦ blue 124

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

Shades of Cranberry #D7607C

Tints of Cranberry #D7607C

RGB

 RED value IS 215 (84.38% from 255) = 49.43%

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

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 49.43%
G = 22.07%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7607C (or 0xD7607C) is known color: Cranberry. HEX triplet: D7, 60 and 7C. RGB value is (215,96,124). Sum of RGB (Red+Green+Blue) = 215+96+124=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7607C is #289F83. Grayscale: #868686. Windows color (decimal): -2662276 or 8151255. OLE color: 8151255.

HSL color Cylindrical-coordinate representation of color #D7607C: hue angle of 345.88º degrees, saturation: 0.6, 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 #D7607C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 96 124 -
CMYK 0 0.55 0.42 0.16
HSL 345.88º 0.6% 0.61% -
HSV(B) 345.88º 0.55% 0.84% -
XYZ 35.85 24.27 21.86 -
YUV 134.77 121.92 185.22 -
System Red Green Blue C M Y K H S L
Decimal 215 96 124 0 0.55 0.42 0.16 345.88 0.6 0.61
Hex D7 60 7C 0 37 2A 10 15A 3C 3D
Octal 327 140 174 0 67 52 20 532 74 75
Binary 11010111 1100000 1111100 0 110111 101010 10000 101011010 111100 111101

Color Harmonies of #D7607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7607C

Black with #D7607C

Text Example


Text Example

White with #D7607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7607C; }

 p { color: rgb(215,96,124); }

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

background-color css

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

 a { background-color: rgb(215,96,124); }

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

border-color css

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

 span { border-color: rgb(215,96,124); }

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