Html Css Color HEX #DF3D75 Cranberry

📋 copy color: '#DF3D75'

red 223 ◦ green 61 ◦ blue 117

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

Shades of Cranberry #DF3D75

Tints of Cranberry #DF3D75

RGB

 RED value IS 223 (87.5% from 255) = 55.61%

 GREEN value IS 61 (24.22% from 255) = 15.21%

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 55.61%
G = 15.21%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF3D75 (or 0xDF3D75) is known color: Cranberry. HEX triplet: DF, 3D and 75. RGB value is (223,61,117). Sum of RGB (Red+Green+Blue) = 223+61+117=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3D75 is #20C28A. Grayscale: #737373. Windows color (decimal): -2146955 or 7683551. OLE color: 7683551.

HSL color Cylindrical-coordinate representation of color #DF3D75: hue angle of 339.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D75 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 61 117 -
CMYK 0 0.73 0.48 0.13
HSL 339.26º 0.72% 0.56% -
HSV(B) 339.26º 0.73% 0.87% -
XYZ 35.31 20.31 18.89 -
YUV 115.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 223 61 117 0 0.73 0.48 0.13 339.26 0.72 0.56
Hex DF 3D 75 0 49 30 D 153 48 38
Octal 337 75 165 0 111 60 15 523 110 70
Binary 11011111 111101 1110101 0 1001001 110000 1101 101010011 1001000 111000

Color Harmonies of #DF3D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D75

Black with #DF3D75

Text Example


Text Example

White with #DF3D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D75; }

 p { color: rgb(223,61,117); }

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

background-color css

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

 a { background-color: rgb(223,61,117); }

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

border-color css

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

 span { border-color: rgb(223,61,117); }

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