Html Css Color HEX #D74483 Cranberry

📋 copy color: '#D74483'

red 215 ◦ green 68 ◦ blue 131

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

Shades of Cranberry #D74483

Tints of Cranberry #D74483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.43%

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 51.93%
G = 16.43%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D74483 (or 0xD74483) is known color: Cranberry. HEX triplet: D7, 44 and 83. RGB value is (215,68,131). Sum of RGB (Red+Green+Blue) = 215+68+131=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D74483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74483 is #28BB7C. Grayscale: #777777. Windows color (decimal): -2669437 or 8602839. OLE color: 8602839.

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

Color convert

RGB 215 68 131 -
CMYK 0 0.68 0.39 0.16
HSL 334.29º 0.65% 0.55% -
HSV(B) 334.29º 0.68% 0.84% -
XYZ 34.19 20.22 23.57 -
YUV 119.14 134.7 196.38 -
System Red Green Blue C M Y K H S L
Decimal 215 68 131 0 0.68 0.39 0.16 334.29 0.65 0.55
Hex D7 44 83 0 44 27 10 14E 41 37
Octal 327 104 203 0 104 47 20 516 101 67
Binary 11010111 1000100 10000011 0 1000100 100111 10000 101001110 1000001 110111

Color Harmonies of #D74483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74483

Black with #D74483

Text Example


Text Example

White with #D74483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74483; }

 p { color: rgb(215,68,131); }

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

background-color css

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

 a { background-color: rgb(215,68,131); }

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

border-color css

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

 span { border-color: rgb(215,68,131); }

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