Html Css Color HEX #D7627D Cranberry

📋 copy color: '#D7627D'

red 215 ◦ green 98 ◦ blue 125

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

Shades of Cranberry #D7627D

Tints of Cranberry #D7627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

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

R = 49.09%
G = 22.37%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7627D (or 0xD7627D) is known color: Cranberry. HEX triplet: D7, 62 and 7D. RGB value is (215,98,125). Sum of RGB (Red+Green+Blue) = 215+98+125=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7627D is #289D82. Grayscale: #888888. Windows color (decimal): -2661763 or 8217303. OLE color: 8217303.

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

Color convert

RGB 215 98 125 -
CMYK 0 0.54 0.42 0.16
HSL 346.15º 0.59% 0.61% -
HSV(B) 346.15º 0.54% 0.84% -
XYZ 36.09 24.66 22.26 -
YUV 136.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 215 98 125 0 0.54 0.42 0.16 346.15 0.59 0.61
Hex D7 62 7D 0 36 2A 10 15A 3B 3D
Octal 327 142 175 0 66 52 20 532 73 75
Binary 11010111 1100010 1111101 0 110110 101010 10000 101011010 111011 111101

Color Harmonies of #D7627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7627D

Black with #D7627D

Text Example


Text Example

White with #D7627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7627D; }

 p { color: rgb(215,98,125); }

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

background-color css

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

 a { background-color: rgb(215,98,125); }

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

border-color css

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

 span { border-color: rgb(215,98,125); }

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