Html Css Color HEX #D45F7B Cranberry

📋 copy color: '#D45F7B'

red 212 ◦ green 95 ◦ blue 123

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

Shades of Cranberry #D45F7B

Tints of Cranberry #D45F7B

RGB

 RED value IS 212 (83.2% from 255) = 49.3%

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

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

R = 49.3%
G = 22.09%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D45F7B (or 0xD45F7B) is known color: Cranberry. HEX triplet: D4, 5F and 7B. RGB value is (212,95,123). Sum of RGB (Red+Green+Blue) = 212+95+123=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F7B is #2BA084. Grayscale: #858585. Windows color (decimal): -2859141 or 8085460. OLE color: 8085460.

HSL color Cylindrical-coordinate representation of color #D45F7B: hue angle of 345.64º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D45F7B is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 95 123 -
CMYK 0 0.55 0.42 0.17
HSL 345.64º 0.58% 0.6% -
HSV(B) 345.64º 0.55% 0.83% -
XYZ 34.82 23.61 21.46 -
YUV 133.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 212 95 123 0 0.55 0.42 0.17 345.64 0.58 0.6
Hex D4 5F 7B 0 37 2A 11 15A 3A 3C
Octal 324 137 173 0 67 52 21 532 72 74
Binary 11010100 1011111 1111011 0 110111 101010 10001 101011010 111010 111100

Color Harmonies of #D45F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45F7B

Black with #D45F7B

Text Example


Text Example

White with #D45F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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