Html Css Color HEX #D74B7A Cranberry

📋 copy color: '#D74B7A'

red 215 ◦ green 75 ◦ blue 122

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

Shades of Cranberry #D74B7A

Tints of Cranberry #D74B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 52.18%
G = 18.2%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D74B7A (or 0xD74B7A) is known color: Cranberry. HEX triplet: D7, 4B and 7A. RGB value is (215,75,122). Sum of RGB (Red+Green+Blue) = 215+75+122=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B7A is #28B485. Grayscale: #7A7A7A. Windows color (decimal): -2667654 or 8014807. OLE color: 8014807.

HSL color Cylindrical-coordinate representation of color #D74B7A: hue angle of 339.86º 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 #D74B7A is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 122 -
CMYK 0 0.65 0.43 0.16
HSL 339.86º 0.64% 0.57% -
HSV(B) 339.86º 0.65% 0.84% -
XYZ 34.05 20.88 20.65 -
YUV 122.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 215 75 122 0 0.65 0.43 0.16 339.86 0.64 0.57
Hex D7 4B 7A 0 41 2B 10 154 40 39
Octal 327 113 172 0 101 53 20 524 100 71
Binary 11010111 1001011 1111010 0 1000001 101011 10000 101010100 1000000 111001

Color Harmonies of #D74B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B7A

Black with #D74B7A

Text Example


Text Example

White with #D74B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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