Html Css Color HEX #D7607A Cranberry

📋 copy color: '#D7607A'

red 215 ◦ green 96 ◦ blue 122

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

Shades of Cranberry #D7607A

Tints of Cranberry #D7607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 49.65%
G = 22.17%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7607A (or 0xD7607A) is known color: Cranberry. HEX triplet: D7, 60 and 7A. RGB value is (215,96,122). Sum of RGB (Red+Green+Blue) = 215+96+122=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7607A is #289F85. Grayscale: #868686. Windows color (decimal): -2662278 or 8020183. OLE color: 8020183.

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

Color convert

RGB 215 96 122 -
CMYK 0 0.55 0.43 0.16
HSL 346.89º 0.6% 0.61% -
HSV(B) 346.89º 0.55% 0.84% -
XYZ 35.72 24.22 21.2 -
YUV 134.55 120.92 185.39 -
System Red Green Blue C M Y K H S L
Decimal 215 96 122 0 0.55 0.43 0.16 346.89 0.6 0.61
Hex D7 60 7A 0 37 2B 10 15B 3C 3D
Octal 327 140 172 0 67 53 20 533 74 75
Binary 11010111 1100000 1111010 0 110111 101011 10000 101011011 111100 111101

Color Harmonies of #D7607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7607A

Black with #D7607A

Text Example


Text Example

White with #D7607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7607A; }

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

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

background-color css

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

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

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

border-color css

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

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

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