Html Css Color HEX #D15F7B Cranberry

📋 copy color: '#D15F7B'

red 209 ◦ green 95 ◦ blue 123

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

Shades of Cranberry #D15F7B

Tints of Cranberry #D15F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.25%

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 48.95%
G = 22.25%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D15F7B (or 0xD15F7B) is known color: Cranberry. HEX triplet: D1, 5F and 7B. RGB value is (209,95,123). Sum of RGB (Red+Green+Blue) = 209+95+123=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F7B is #2EA084. Grayscale: #848484. Windows color (decimal): -3055749 or 8085457. OLE color: 8085457.

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

Color convert

RGB 209 95 123 -
CMYK 0 0.55 0.41 0.18
HSL 345.26º 0.55% 0.6% -
HSV(B) 345.26º 0.55% 0.82% -
XYZ 33.96 23.17 21.42 -
YUV 132.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 209 95 123 0 0.55 0.41 0.18 345.26 0.55 0.6
Hex D1 5F 7B 0 37 29 12 159 37 3C
Octal 321 137 173 0 67 51 22 531 67 74
Binary 11010001 1011111 1111011 0 110111 101001 10010 101011001 110111 111100

Color Harmonies of #D15F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15F7B

Black with #D15F7B

Text Example


Text Example

White with #D15F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15F7B; }

 p { color: rgb(209,95,123); }

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

background-color css

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

 a { background-color: rgb(209,95,123); }

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

border-color css

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

 span { border-color: rgb(209,95,123); }

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