Html Css Color HEX #D3627D Cranberry

📋 copy color: '#D3627D'

red 211 ◦ green 98 ◦ blue 125

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

Shades of Cranberry #D3627D

Tints of Cranberry #D3627D

RGB

 RED value IS 211 (82.81% from 255) = 48.62%

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

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

R = 48.62%
G = 22.58%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3627D (or 0xD3627D) is known color: Cranberry. HEX triplet: D3, 62 and 7D. RGB value is (211,98,125). Sum of RGB (Red+Green+Blue) = 211+98+125=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D3627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3627D is #2C9D82. Grayscale: #868686. Windows color (decimal): -2923907 or 8217299. OLE color: 8217299.

HSL color Cylindrical-coordinate representation of color #D3627D: hue angle of 345.66º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3627D is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 98 125 -
CMYK 0 0.54 0.41 0.17
HSL 345.66º 0.56% 0.61% -
HSV(B) 345.66º 0.54% 0.83% -
XYZ 34.93 24.06 22.21 -
YUV 134.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 211 98 125 0 0.54 0.41 0.17 345.66 0.56 0.61
Hex D3 62 7D 0 36 29 11 15A 38 3D
Octal 323 142 175 0 66 51 21 532 70 75
Binary 11010011 1100010 1111101 0 110110 101001 10001 101011010 111000 111101

Color Harmonies of #D3627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3627D

Black with #D3627D

Text Example


Text Example

White with #D3627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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