Html Css Color HEX #CD214D Old Rose

📋 copy color: '#CD214D'

red 205 ◦ green 33 ◦ blue 77

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

Shades of Old Rose #CD214D

Tints of Old Rose #CD214D

RGB

 RED value IS 205 (80.47% from 255) = 65.08%

 GREEN value IS 33 (13.28% from 255) = 10.48%

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 65.08%
G = 10.48%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD214D (or 0xCD214D) is known color: Old Rose. HEX triplet: CD, 21 and 4D. RGB value is (205,33,77). Sum of RGB (Red+Green+Blue) = 205+33+77=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD214D is #32DEB2. Grayscale: #595959. Windows color (decimal): -3333811 or 5054925. OLE color: 5054925.

HSL color Cylindrical-coordinate representation of color #CD214D: hue angle of 344.65º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD214D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 33 77 -
CMYK 0 0.84 0.62 0.20
HSL 344.65º 0.72% 0.47% -
HSV(B) 344.65º 0.84% 0.8% -
XYZ 27.06 14.6 8.41 -
YUV 89.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 205 33 77 0 0.84 0.62 0.20 344.65 0.72 0.47
Hex CD 21 4D 0 54 3E 14 159 48 2F
Octal 315 41 115 0 124 76 24 531 110 57
Binary 11001101 100001 1001101 0 1010100 111110 10100 101011001 1001000 101111

Color Harmonies of #CD214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD214D

Black with #CD214D

Text Example


Text Example

White with #CD214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD214D; }

 p { color: rgb(205,33,77); }

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

background-color css

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

 a { background-color: rgb(205,33,77); }

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

border-color css

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

 span { border-color: rgb(205,33,77); }

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