Html Css Color HEX #D74B7F Cranberry

📋 copy color: '#D74B7F'

red 215 ◦ green 75 ◦ blue 127

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

Shades of Cranberry #D74B7F

Tints of Cranberry #D74B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

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

R = 51.56%
G = 17.99%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D74B7F (or 0xD74B7F) is known color: Cranberry. HEX triplet: D7, 4B and 7F. RGB value is (215,75,127). Sum of RGB (Red+Green+Blue) = 215+75+127=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B7F is #28B480. Grayscale: #7A7A7A. Windows color (decimal): -2667649 or 8342487. OLE color: 8342487.

HSL color Cylindrical-coordinate representation of color #D74B7F: hue angle of 337.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74B7F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 127 -
CMYK 0 0.65 0.41 0.16
HSL 337.71º 0.64% 0.57% -
HSV(B) 337.71º 0.65% 0.84% -
XYZ 34.37 21.01 22.32 -
YUV 122.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 215 75 127 0 0.65 0.41 0.16 337.71 0.64 0.57
Hex D7 4B 7F 0 41 29 10 152 40 39
Octal 327 113 177 0 101 51 20 522 100 71
Binary 11010111 1001011 1111111 0 1000001 101001 10000 101010010 1000000 111001

Color Harmonies of #D74B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B7F

Black with #D74B7F

Text Example


Text Example

White with #D74B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B7F; }

 p { color: rgb(215,75,127); }

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

background-color css

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

 a { background-color: rgb(215,75,127); }

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

border-color css

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

 span { border-color: rgb(215,75,127); }

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