Html Css Color HEX #D75F7B Cranberry

📋 copy color: '#D75F7B'

red 215 ◦ green 95 ◦ blue 123

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

Shades of Cranberry #D75F7B

Tints of Cranberry #D75F7B

RGB

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

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

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

R = 49.65%
G = 21.94%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D75F7B (or 0xD75F7B) is known color: Cranberry. HEX triplet: D7, 5F and 7B. RGB value is (215,95,123). Sum of RGB (Red+Green+Blue) = 215+95+123=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F7B is #28A084. Grayscale: #868686. Windows color (decimal): -2662533 or 8085463. OLE color: 8085463.

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

Color convert

RGB 215 95 123 -
CMYK 0 0.56 0.43 0.16
HSL 346º 0.6% 0.61% -
HSV(B) 346º 0.56% 0.84% -
XYZ 35.69 24.06 21.5 -
YUV 134.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 215 95 123 0 0.56 0.43 0.16 346 0.6 0.61
Hex D7 5F 7B 0 38 2B 10 15A 3C 3D
Octal 327 137 173 0 70 53 20 532 74 75
Binary 11010111 1011111 1111011 0 111000 101011 10000 101011010 111100 111101

Color Harmonies of #D75F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F7B

Black with #D75F7B

Text Example


Text Example

White with #D75F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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