Html Css Color HEX #D1607F Cranberry

📋 copy color: '#D1607F'

red 209 ◦ green 96 ◦ blue 127

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

Shades of Cranberry #D1607F

Tints of Cranberry #D1607F

RGB

 RED value IS 209 (82.03% from 255) = 48.38%

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

 BLUE value IS 127 (50% from 255) = 29.4%

R = 48.38%
G = 22.22%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1607F (or 0xD1607F) is known color: Cranberry. HEX triplet: D1, 60 and 7F. RGB value is (209,96,127). Sum of RGB (Red+Green+Blue) = 209+96+127=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1607F is #2E9F80. Grayscale: #858585. Windows color (decimal): -3055489 or 8347857. OLE color: 8347857.

HSL color Cylindrical-coordinate representation of color #D1607F: hue angle of 343.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1607F is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 127 -
CMYK 0 0.54 0.39 0.18
HSL 343.54º 0.55% 0.6% -
HSV(B) 343.54º 0.54% 0.82% -
XYZ 34.31 23.45 22.8 -
YUV 133.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 209 96 127 0 0.54 0.39 0.18 343.54 0.55 0.6
Hex D1 60 7F 0 36 27 12 158 37 3C
Octal 321 140 177 0 66 47 22 530 67 74
Binary 11010001 1100000 1111111 0 110110 100111 10010 101011000 110111 111100

Color Harmonies of #D1607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1607F

Black with #D1607F

Text Example


Text Example

White with #D1607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1607F; }

 p { color: rgb(209,96,127); }

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

background-color css

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

 a { background-color: rgb(209,96,127); }

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

border-color css

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

 span { border-color: rgb(209,96,127); }

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